Skip to content

Commit 9cd37ee

Browse files
committed
Install Gulp globally for Travis CI
1 parent 092318a commit 9cd37ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- source ~/.nvm/nvm.sh
2424
- nvm install --lts
2525
- nvm use --lts
26-
- npm install -g bower
26+
- npm install -g bower gulp
2727
- npm install
2828
- bower install
2929
script:

0 commit comments

Comments
 (0)