Skip to content

Commit

Permalink
fixed travis.yml trying to run non-existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Nov 4, 2015
1 parent bdc49ba commit b7bf8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "nvm install stable"
script: nosetests src/py/tests.py
cache: pip
script: nosetests src/py/tests
cache: pip

0 comments on commit b7bf8a7

Please sign in to comment.