Skip to content

Commit

Permalink
fix travis node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Nov 28, 2017
1 parent 5a6423d commit 8b32c51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ before_script:

script:
- python quicktest.py leaflet --db=$DATABASE
- node node_modules/django-leaflet-tests/node_modules/mocha-phantomjs/bin/mocha-phantomjs leaflet/tests/index.html
- node --version
- node node_modules/mocha-phantomjs/bin/mocha-phantomjs leaflet/tests/index.html

after_success:
- coverage run quicktest.py leaflet --db=$DATABASE
Expand Down

0 comments on commit 8b32c51

Please sign in to comment.