Skip to content

Commit

Permalink
Merge pull request #62 from doshprompt/travis
Browse files Browse the repository at this point in the history
chore(travis): use container-based infra and last stable node version
  • Loading branch information
yaniswang committed Aug 4, 2015
2 parents f52aeb0 + 558583f commit ba1a629
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 ba1a629

Please sign in to comment.