Skip to content

Commit

Permalink
Migrate from legacy to container-based Travis infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Dec 14, 2015
1 parent 3ee6bec commit 931d781
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 931d781

Please sign in to comment.