Skip to content

Commit

Permalink
Updating travis-ci.org config 'cause the eslint dep requires es6 en…
Browse files Browse the repository at this point in the history
…gine without a `strictEngine` (so pro)
  • Loading branch information
avoidwork committed Jan 19, 2017
1 parent 1ba7b0c commit c1d40b5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: node_js
node_js:
- "5.11"
- "4.4"
- "0.12"
- "0.10"
- node
- 7
- 6
- 4

branches:
only:
- master

0 comments on commit c1d40b5

Please sign in to comment.