Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit d09dfe6

Browse files
committed
#3: Fix gulp install commands
1 parent 8cf94a1 commit d09dfe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: bin/travis.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ sudo apt-get update
1919
sudo apt-get install yarn
2020

2121
# Install gulp
22-
yarn add gulp-cli -g
23-
yarn add gulp -D
22+
yarn global add gulp-cli
23+
yarn global add gulp -D
2424

2525
# Install php
2626
sudo add-apt-repository -y ppa:ondrej/php

0 commit comments

Comments
 (0)