Skip to content

Commit

Permalink
cd into docker dir before running scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
elcojacobs committed Jun 17, 2018
1 parent 35554ca commit ff17ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ before_install:
- docker pull brewpi/firmware-compiler

script:
- cd ./docker
- docker-compose run compiler bash build-firmware.sh
- docker-compose run compiler bash build-tests.sh
- docker-compose run compiler bash run-tests.sh
Expand Down

0 comments on commit ff17ae7

Please sign in to comment.