Skip to content

Commit 9555296

Browse files
author
Evan You
committed
travis add component install
1 parent 00af938 commit 9555296

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ language: node_js
22
node_js:
33
- "0.10"
44
before_install:
5-
- npm install -g grunt-cli
5+
- npm install -g grunt-cli component
66
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
77
- cd ~/casperjs
88
- git checkout tags/1.1-beta1
99
- export PATH=$PATH:`pwd`/bin
10-
- cd -
10+
- cd -
11+
before_script:
12+
- component install

0 commit comments

Comments
 (0)