We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6423d commit 8b32c51Copy full SHA for 8b32c51
.travis.yml
@@ -120,7 +120,8 @@ before_script:
120
121
script:
122
- python quicktest.py leaflet --db=$DATABASE
123
- - node node_modules/django-leaflet-tests/node_modules/mocha-phantomjs/bin/mocha-phantomjs leaflet/tests/index.html
+ - node --version
124
+ - node node_modules/mocha-phantomjs/bin/mocha-phantomjs leaflet/tests/index.html
125
126
after_success:
127
- coverage run quicktest.py leaflet --db=$DATABASE
0 commit comments