Skip to content
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

Commit d024645

Browse files
committed
install bower dependencies before testing
1 parent ce42250 commit d024645

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
@@ -7,6 +7,8 @@ sudo: false
77

88
before_script:
99
- npm install -g gulp-cli
10+
- npm install -g bower
11+
- bower install
1012
script: npm run build && npm run test
1113

1214
deploy:

0 commit comments

Comments
 (0)