Skip to content

Commit

Permalink
Go back to parent dir after build script
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Jan 29, 2018
1 parent 22fd5ee commit f8907d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- pip install -U platformio
- cd code ; npm install --only=dev ; cd ..
script:
- cd code ; ./build.sh
- cd code ; ./build.sh; cd ..
before_deploy:
- mv firmware/*/espurna-*.bin firmware/
deploy:
Expand Down

0 comments on commit f8907d6

Please sign in to comment.