Skip to content

Commit

Permalink
update travis config to use new container and updated node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amkirwan committed Aug 8, 2015
1 parent 1e62daa commit 14e726e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
language: node_js
node_js: "0.10"
sudo: false
branches:
only:
- master
- pre
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
before_install:
- npm install -g grunt-cli
- npm install -g testem
Expand Down

0 comments on commit 14e726e

Please sign in to comment.