Skip to content

Commit 272be71

Browse files
committed
Only build on stable node version (4, 6, 8) on travis
1 parent 3362597 commit 272be71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22
node_js:
3-
- '7'
3+
- '8'
44
- '6'
5-
- '5'
65
- '4'
76
branches:
87
# We need to whitelist the branches which we want to have "push" automation.

0 commit comments

Comments
 (0)