Skip to content

Commit

Permalink
Update Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
haskellcamargo committed Nov 19, 2017
1 parent 25a84b9 commit 146e904
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ php:
- hhvm

install:
- pip install --user hy==0.11.1
- pip install --user termcolor
- export PATH=$PATH:$HOME/.local/bin

script: make && hy ./tools/testsuite/run-tests.hy --dir tests --exe "php ./bin/quack %s"
script: make && python ./tools/testsuite/run-tests.py --dir tests --exe "php ./bin/quack %s"

0 comments on commit 146e904

Please sign in to comment.