Skip to content

Commit fc95501

Browse files
authored
Update .travis.yml
1 parent 84e7ef9 commit fc95501

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- '7'
5-
- '6'
6-
- '5'
7-
- '4'
8-
- '10'
4+
- 'node'
5+
- 'lts/*'
96
before_install: yarn global add greenkeeper-lockfile@1
107
before_script: greenkeeper-lockfile-update
118
script: npm run travis

0 commit comments

Comments
 (0)