Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
- Ensure tests on previous, TLS and latest node versions
- Remove useless global mocha install
  • Loading branch information
pascalduez committed Nov 9, 2015
1 parent 045456b commit 9573b68
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ language: node_js

node_js:
- '0.10'

before_script:
- npm install -g mocha
- '0.12'
- '4.2'
- 'stable'

sudo: false

git:
depth: 10

0 comments on commit 9573b68

Please sign in to comment.