Skip to content

Commit

Permalink
try add bash to fix travis error 😶
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nab committed Feb 22, 2018
1 parent 083f612 commit a7a6c82
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 @@ -12,4 +12,4 @@ before_script:
- chmod +x ./scripts/test.sh #permission to test.sh to exec
script:
- python setup.py sdist # check for build
- ./scripts/test.sh #run test
- bash scripts/test.sh #run test

0 comments on commit a7a6c82

Please sign in to comment.