Skip to content

Commit

Permalink
fixing script path
Browse files Browse the repository at this point in the history
  • Loading branch information
seryoni committed Jun 17, 2018
1 parent b77a4a1 commit 5b17315
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 @@ -10,4 +10,4 @@ before_install:

script:
- docker run -v $PWD:/my_files_in_docker --entrypoint /usr/bin/make jumperio/vlab-gcc-arm -C my_files_in_docker
- docker run -v $PWD:/my_files_in_docker -w /my_files_in_docker --entrypoint python jumperio/vlab-gcc-arm my_files_in_docker/test.py
- docker run -v $PWD:/my_files_in_docker -w /my_files_in_docker --entrypoint python jumperio/vlab-gcc-arm test.py

0 comments on commit 5b17315

Please sign in to comment.