Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit af36a67

Browse files
committed
Install bower and get dependencies on Travis CI boxes
1 parent 7548a64 commit af36a67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ install:
88
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
99
- export PATH=$PATH:~/casperjs/bin
1010
- npm install -g grunt-cli
11+
- npm install -g bower
1112
- npm install
13+
- bower install
1214
before_script:
1315
- phantomjs --version
1416
- casperjs --version

0 commit comments

Comments
 (0)