Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 9b71103

Browse files
committed
Try to fix Travis CI
1 parent bc0cb4e commit 9b71103

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
before_install:
77
- export DISPLAY=:99.0
88
- sh -e /etc/init.d/xvfb start
9-
- npm install -g grunt-cli
9+
- npm install -g grunt-cli bower
1010
- npm install
11+
- bower install
1112

12-
script: "grunt test:travis"
13+
script: "grunt test:travis"

0 commit comments

Comments
 (0)