Skip to content

Commit

Permalink
Travi now needs to run bower install before running the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
WMeldon committed Feb 18, 2014
1 parent 8fb00ef commit 943a775
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
language: node_js
before_script:
- npm install -g bower
- bower install
script: "phantomjs test/runner.js test/index.html"

0 comments on commit 943a775

Please sign in to comment.