Skip to content

Commit

Permalink
Merge pull request katspaugh#602 from katspaugh/thijstriemstra-patch-1
Browse files Browse the repository at this point in the history
Migrate from legacy to container-based Travis infrastructure
  • Loading branch information
katspaugh committed Dec 15, 2015
2 parents 3ee6bec + 931d781 commit 58f058f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
sudo: false
node_js:
- "0.12"
before_install: npm install -g grunt-cli
install: npm install
before_script: grunt
script:
- grunt coveralls
- grunt coveralls

0 comments on commit 58f058f

Please sign in to comment.