Skip to content

Commit 424537e

Browse files
committed
ci(.travis.yml): stop testing on anything but node 7
1 parent e782326 commit 424537e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ cache:
44
- node_modules
55
notifications:
66
email: false
7-
node_js:
8-
- '7'
9-
- '6'
10-
- '4'
7+
node_js: 7
118
before_script:
129
- npm prune
1310
script:
@@ -17,3 +14,4 @@ after_success:
1714
branches:
1815
except:
1916
- /^v\d+\.\d+\.\d+$/
17+

0 commit comments

Comments
 (0)