Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Aug 5, 2015
2 parents 45cca75 + a38d84d commit cfbc64d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Inspired by https://github.com/DigitalInnovation/mns-digital-blog/blob/master/.travis.yml
language: node_js
node_js:
- '0.10'
before_install:
- npm install -g grunt-cli
- npm install -g bower
install:
- npm install
- bower install
script:
- grunt build

0 comments on commit cfbc64d

Please sign in to comment.