Skip to content

Commit 8b32c51

Browse files
committed
fix travis node tests
1 parent 5a6423d commit 8b32c51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ before_script:
120120

121121
script:
122122
- python quicktest.py leaflet --db=$DATABASE
123-
- node node_modules/django-leaflet-tests/node_modules/mocha-phantomjs/bin/mocha-phantomjs leaflet/tests/index.html
123+
- node --version
124+
- node node_modules/mocha-phantomjs/bin/mocha-phantomjs leaflet/tests/index.html
124125

125126
after_success:
126127
- coverage run quicktest.py leaflet --db=$DATABASE

0 commit comments

Comments
 (0)