Skip to content

Commit dfe6bd5

Browse files
committed
limit builds on CI to Node 6
1 parent 2c956df commit dfe6bd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ cache:
33
directories:
44
- node_modules
55
notifications:
6-
email: false
6+
email: true
77
node_js:
8-
- '7'
98
- '6'
10-
- '4'
119
before_script:
1210
- npm prune
1311
after_success:

0 commit comments

Comments
 (0)