This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree 7 files changed +240
-193
lines changed
7 files changed +240
-193
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ matrix:
14
14
fast_finish : true
15
15
include :
16
16
- node_js : ' 9'
17
- env : TARGET=test- node COVERAGE=true
17
+ env : TARGET=test. node COVERAGE=true
18
18
- node_js : ' 8'
19
- env : TARGET=test- node
19
+ env : TARGET=test. node
20
20
- node_js : ' 6'
21
- env : TARGET=test- node
21
+ env : TARGET=test. node
22
22
- node_js : ' 4'
23
- env : TARGET=test- node
23
+ env : TARGET=test. node
24
24
- node_js : ' 8'
25
25
env : TARGET=lint
26
26
- node_js : ' 8'
27
- env : TARGET=test- browser
27
+ env : TARGET=test. browser
28
28
29
29
before_install : scripts/travis-before-install.sh
30
30
31
31
before_script : scripts/travis-before-script.sh
32
32
33
- script : make $TARGET
33
+ script : npm start $TARGET
34
34
35
- after_success : npm run coveralls
35
+ after_success : npm start coveralls
36
36
37
37
notifications :
38
38
email : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ install:
12
12
- set PATH=%APPDATA%\npm;c:\MinGW\bin;%PATH%
13
13
- npm install -g npm
14
14
- npm install
15
- - copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
16
15
matrix :
17
16
fast_finish : true
18
17
build : off
@@ -22,7 +21,7 @@ clone_depth: 1
22
21
test_script :
23
22
- node --version
24
23
- npm --version
25
- - make test- node
24
+ - npm start test. node
26
25
skip_commits :
27
26
message : /\[ci\s+skip\]/
28
27
Original file line number Diff line number Diff line change 10
10
11
11
[build ]
12
12
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