Skip to content

Commit

Permalink
Install Bower dependencies before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Dequeker committed Jan 25, 2015
1 parent cf723cc commit 9e42985
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"

before_script:
- npm install -g bower
- bower install

script:
- npm test

Expand Down

0 comments on commit 9e42985

Please sign in to comment.