Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
- Ensure testing on LTS and latest node versions
- Minor speed improvements
  • Loading branch information
pascalduez committed Oct 17, 2015
1 parent 7cb442c commit 5b6c05e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -3,13 +3,20 @@ language: node_js
node_js:
- '0.10'
- '0.12'
- 'iojs'
- '4.2'
- 'stable'

before_install:
- npm i npm@latest -g

sudo: false

git:
depth: 10

script: make travis


notifications:
slack:
secure: BiCHWsLTzlEd6MjRZY27BgmtCA3DmBFo5jcSsjSqmInbgla0lzDAA40xfIKTswIwK0pzuQdVaanl5Jy78wul0lfxpa5LLWX/bQmR1LGrygphC5tFG7GDM9Hdjatce5XEYVsSAUddNFEVQtMEUuUkSOiUll7kRq4LQtvAiIy1isk=

0 comments on commit 5b6c05e

Please sign in to comment.