Skip to content

Commit c1d40b5

Browse files
committed
Updating travis-ci.org config 'cause the eslint dep requires es6 engine without a strictEngine (so pro)
1 parent 1ba7b0c commit c1d40b5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: node_js
22
node_js:
3-
- "5.11"
4-
- "4.4"
5-
- "0.12"
6-
- "0.10"
3+
- node
4+
- 7
5+
- 6
6+
- 4
7+
8+
branches:
9+
only:
10+
- master

0 commit comments

Comments
 (0)