Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add node up to v4.2 to travis. Add intellij stuff to gitignore #1068

Merged
merged 5 commits into from
Oct 22, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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