Skip to content

Commit

Permalink
chore(travis): use container-based infrastructure and last stable nod…
Browse files Browse the repository at this point in the history
…ejs version
  • Loading branch information
doshprompt committed Jul 16, 2015
1 parent f52aeb0 commit 558583f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
sudo: false

language: node_js
node_js:
- 0.10.1
- "0.12"

cache:
directories:
- node_modules

script: "grunt"

0 comments on commit 558583f

Please sign in to comment.