Skip to content

Commit

Permalink
Merge pull request #1068 from scboucher/master
Browse files Browse the repository at this point in the history
Add node up to v4.2 to travis. Add intellij stuff to gitignore
  • Loading branch information
michaelansel committed Oct 22, 2015
2 parents e6102b2 + d366783 commit c355911
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: node_js
node_js:
- "0.11"
- "0.10"

matrix:
include:
- node_js: "0.8"
# old versions of NPM don't include support for `^` dependency prefixes in package.json
before_install: npm update -g npm
- node_js: "0.10"
- node_js: "0.12"
- node_js: "4"
notifications:
email: false
sudo: false

0 comments on commit c355911

Please sign in to comment.