Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
Running now against current LTS versions and latest (currently Node 4, 6 and 7.x.x)
  • Loading branch information
mischah committed Apr 9, 2017
1 parent b47be94 commit 5735535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dist: trusty
language: node_js
node_js:
- '4'
- '5'
- '6'
- 4
- 6
- node
before_install:
- git config --global user.email "you@example.com"
- git config --global user.name "Your Name"
Expand Down

0 comments on commit 5735535

Please sign in to comment.