Skip to content

Commit

Permalink
Add Travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Feb 16, 2015
1 parent 66c6106 commit 0d8e630
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- "0.10"
sudo: false
cache:
directories:
- node_modules
- third-party
install:
- travis_retry npm install bower grunt-cli
- travis_retry npm install
- travis_retry bower install
script:
- grunt ci

0 comments on commit 0d8e630

Please sign in to comment.