File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ before_script:
120
120
121
121
script :
122
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
123
+ - node --version
124
+ - node node_modules/mocha-phantomjs/bin/mocha-phantomjs leaflet/tests/index.html
124
125
125
126
after_success :
126
127
- coverage run quicktest.py leaflet --db=$DATABASE
Original file line number Diff line number Diff line change 8
8
< div id ="map " style ="display: none; height: 300px "> </ div >
9
9
< div id ="mocha "> </ div >
10
10
11
- < script src ="../../node_modules/django-leaflet-tests/node_modules/ happen/happen.js "> </ script >
12
- < script src ="../../node_modules/django-leaflet-tests/node_modules/ chai/chai.js "> </ script >
13
- < script src ="../../node_modules/django-leaflet-tests/node_modules/ mocha/mocha.js "> </ script >
14
- < script src ="../../node_modules/django-leaflet-tests/node_modules/ sinon/lib/sinon.js "> </ script >
15
- < script src ="../../node_modules/django-leaflet-tests/node_modules/ sinon/lib/sinon/spy.js "> </ script >
11
+ < script src ="../../node_modules/happen/happen.js "> </ script >
12
+ < script src ="../../node_modules/chai/chai.js "> </ script >
13
+ < script src ="../../node_modules/mocha/mocha.js "> </ script >
14
+ < script src ="../../node_modules/sinon/lib/sinon.js "> </ script >
15
+ < script src ="../../node_modules/sinon/lib/sinon/spy.js "> </ script >
16
16
17
17
< script src ="../../leaflet/static/leaflet/leaflet-src.js "> </ script >
18
18
Original file line number Diff line number Diff line change 3
3
"version" : " 0.8.0" ,
4
4
"description" : " Fake package for tests purposes only" ,
5
5
"dependencies" : {
6
- "leaflet" : " * " ,
7
- "happen" : " * " ,
8
- "mocha" : " 1.9.x " ,
9
- "chai" : " 1.6 .x" ,
6
+ "leaflet" : " 1.0.3 " ,
7
+ "happen" : " 0.3.x " ,
8
+ "mocha" : " 4.0.1 " ,
9
+ "chai" : " 4.1 .x" ,
10
10
"sinon" : " 1.7.x" ,
11
- "mocha-phantomjs" : " 2.0.x"
11
+ "mocha-phantomjs" : " 4.1.x" ,
12
+ "phantomjs-prebuilt" : " 2.1.x"
12
13
}
13
14
}
You can’t perform that action at this time.
0 commit comments