Skip to content

Commit

Permalink
trying to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
slogsdon committed Sep 16, 2014
1 parent 48fd21e commit a2b12e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ node_js:
- 0.11

before_install:
- npm install -g gulp
- npm install -g gulp bower

before_script:
- bower install

script:
- gulp ci

0 comments on commit a2b12e7

Please sign in to comment.