Skip to content

Commit 0eeb2f2

Browse files
committed
Add missing install step to travis build
1 parent 74d2fd9 commit 0eeb2f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: node_js
22
sudo: required
33
dist: trusty
44
node_js: stable
5+
install:
6+
- npm install -g bower
7+
- npm install
58
script:
69
- bower install --production
710
- npm run -s build

0 commit comments

Comments
 (0)