File tree Expand file tree Collapse file tree 7 files changed +240
-193
lines changed Expand file tree Collapse file tree 7 files changed +240
-193
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ matrix:
1414 fast_finish : true
1515 include :
1616 - node_js : ' 9'
17- env : TARGET=test- node COVERAGE=true
17+ env : TARGET=test. node COVERAGE=true
1818 - node_js : ' 8'
19- env : TARGET=test- node
19+ env : TARGET=test. node
2020 - node_js : ' 6'
21- env : TARGET=test- node
21+ env : TARGET=test. node
2222 - node_js : ' 4'
23- env : TARGET=test- node
23+ env : TARGET=test. node
2424 - node_js : ' 8'
2525 env : TARGET=lint
2626 - node_js : ' 8'
27- env : TARGET=test- browser
27+ env : TARGET=test. browser
2828
2929before_install : scripts/travis-before-install.sh
3030
3131before_script : scripts/travis-before-script.sh
3232
33- script : make $TARGET
33+ script : npm start $TARGET
3434
35- after_success : npm run coveralls
35+ after_success : npm start coveralls
3636
3737notifications :
3838 email : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ install:
1212 - set PATH=%APPDATA%\npm;c:\MinGW\bin;%PATH%
1313 - npm install -g npm
1414 - npm install
15- - copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
1615matrix :
1716 fast_finish : true
1817build : off
@@ -22,7 +21,7 @@ clone_depth: 1
2221test_script :
2322 - node --version
2423 - npm --version
25- - make test- node
24+ - npm start test. node
2625skip_commits :
2726 message : /\[ci\s+skip\]/
2827
Original file line number Diff line number Diff line change 1010
1111[build ]
1212 publish = " docs/_dist/"
13- command = " npm run buildDocs"
13+ command = " npm start buildDocs"
You can’t perform that action at this time.
0 commit comments