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

Commit 023d10a

Browse files
committed
Travis: do a bower install before testing
1 parent 406ba89 commit 023d10a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: node_js
22
node_js:
33
- "4.2.1"
4-
before_install: npm install -g grunt-cli bower
4+
before_install: npm install -g grunt-cli bower
5+
before_script: bower install

0 commit comments

Comments
 (0)