File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ language: node_js
22sudo : required
33matrix :
44 include :
5- - node_js : " 0.10 "
6- script : " npm test"
7- - node_js : " 0.12 "
8- script : " npm test"
9- - node_js : " 4 "
10- script : " npm run travis"
11- - node_js : " 6 "
12- script : " npm run travis"
13- - node_js : " 8 "
14- script : " npm run travis"
5+ - node_js : " 0.12 "
6+ script : " npm test"
7+ - node_js : " 4 "
8+ script : " npm test"
9+ - node_js : " 6 "
10+ script : " npm run travis"
11+ - node_js : " 8 "
12+ script : " npm run travis"
13+ - node_js : " 10 "
14+ script : " npm run travis"
1515env :
16- - BLUEBIRD_DEBUG=0
16+ - BLUEBIRD_DEBUG=0
Original file line number Diff line number Diff line change 4545 "browserify" : " 16.2.3" ,
4646 "coveralls" : " 3.0.2" ,
4747 "eslint" : " 5.7.0" ,
48- "istanbul" : " ~ 0.4.5" ,
48+ "istanbul" : " 0.4.5" ,
4949 "jasmine-node" : " 1.16.2" ,
5050 "jsdoc" : " 3.5.5" ,
5151 "typescript" : " 3.1.3"
Original file line number Diff line number Diff line change 11////////////////////////////////////////
2- // Requires SPEX v2.0.0 or later.
2+ // Requires SPEX v2.0.3 or later.
33////////////////////////////////////////
44
55declare namespace spex {
You can’t perform that action at this time.
0 commit comments