Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Run Travis CI in same Node versions as babel-eslint (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo authored and hzoo committed Jul 1, 2016
1 parent f635909 commit 27a7360
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,7 +1,11 @@
---
git:
depth: 1
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- 'io.js'
- '4'
- '5'
- '6'

0 comments on commit 27a7360

Please sign in to comment.