Skip to content

Commit 3e59dc9

Browse files
chore(travis): install grunt before running npm install
1 parent 326980b commit 3e59dc9

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
@@ -2,11 +2,12 @@ language: node_js
22
node_js:
33
- "0.10"
44

5+
before_install:
6+
- npm install -g karma grunt-cli
7+
58
before_script:
69
- export DISPLAY=:99.0
710
- sh -e /etc/init.d/xvfb start
8-
- npm install -g karma
9-
- npm install -g grunt-cli
1011
- ./nodeserver.sh > /dev/null &
1112

1213
script:

0 commit comments

Comments
 (0)