Skip to content

Commit 955fb8d

Browse files
committed
Remove old version of node from Travis config
1 parent 1e237d0 commit 955fb8d

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.travis.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
language: node_js
22
sudo: false
33
script:
4-
# lint errors fail the build
5-
- npm run lint
6-
# unit tests with coverage report
7-
- npm run test:coverage
4+
# lint errors fail the build
5+
- npm run lint
6+
# unit tests with coverage report
7+
- npm run test:coverage
88
node_js:
9-
- '10'
10-
- '9'
11-
- '8'
12-
- '7'
13-
- '6'
9+
- "10"
10+
- "9"
11+
- "8"
1412
cache:
1513
directories:
16-
- node_modules
14+
- node_modules
1715
deploy:
1816
# keeps necessary babel dependency for npm prepare
1917
skip_cleanup: true
@@ -27,4 +25,4 @@ deploy:
2725
# builds all tagged commits using node@8.0 environment
2826
tags: true
2927
repo: Simperium/node-simperium
30-
node: '8'
28+
node: "8"

0 commit comments

Comments
 (0)