Skip to content

Commit 9a8a136

Browse files
sttkphated
authored andcommitted
Build: Improve AppVeyor & Travis config
1 parent 4ab4aed commit 9a8a136

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
sudo: false
22
language: node_js
33
node_js:
4+
- "10"
45
- "8"
56
- "6"
67
- "4"
78
- "0.12"
89
- "0.10"
9-
before_script:
10-
- sed -i 's/4.0.0-alpha.1/4.0.0/g' node_modules/gulp/package.json
1110
after_script:
12-
- npm run coveralls
13-
- npm run lint
11+
- if [ $(echo "${TRAVIS_NODE_VERSION}" | cut -d'.' -f1) -ge 6 ]; then
12+
npm run coveralls;
13+
fi
14+
1415
git:
1516
depth: 10
17+
os:
18+
- linux
19+
- osx

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ environment:
99
- nodejs_version: "4"
1010
- nodejs_version: "6"
1111
- nodejs_version: "8"
12+
- nodejs_version: "10"
1213

1314
install:
1415
- npm install -g npm@^3

0 commit comments

Comments
 (0)