Skip to content

Commit bddd5b5

Browse files
committed
Using Node v4 in travis CI
The test suit doesn't run in Node v5, but I'm not sure whether this is a problem with jest or react-docgen (or one of its dependencies). Will have to investigate more...
1 parent 66e31fd commit bddd5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "stable"
4+
- "4"

0 commit comments

Comments
 (0)