Skip to content

Commit 010bcd4

Browse files
committed
node 4 seems to be having issues on travis, these issue have not been reproducible elsewhere.
1 parent 3df3f7d commit 010bcd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ node_js:
33
- "7"
44
- "6"
55
- "4"
6+
7+
matrix:
8+
allow_failures:
9+
- node_js: "4"
10+
611
after_success:
712
- "./bin/publish_to_s3.js"
813
before_install:

0 commit comments

Comments
 (0)