We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d643a0c commit 021b5b1Copy full SHA for 021b5b1
.travis.yml
@@ -2,22 +2,18 @@ sudo: false
2
os: linux
3
language: node_js
4
node_js:
5
- - "0.10"
6
- - "0.11"
7
- - "0.12"
8
- - "4"
9
- - "5"
10
- - "6"
11
- - "7"
+ - "8"
+ - "9"
+ - "lts/*"
12
env:
13
matrix:
14
- TEST_SUITE=unit
15
16
include:
17
- os: linux
18
- node_js: "6"
+ node_js: "lts/*"
19
env: TEST_SUITE=coverage
20
21
22
env: TEST_SUITE=standard
23
script: npm run $TEST_SUITE
0 commit comments