Skip to content

Commit f296dca

Browse files
committed
Update travis build
1 parent 9ee7970 commit f296dca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ install:
88
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
99
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1010
- chmod a+x $HOME/purescript
11-
- npm install bower grunt-cli -g
12-
- npm install
13-
- bower install
11+
- npm install bower gulp -g
12+
- npm install && bower install
1413
script:
15-
- grunt make
16-
- grunt examples
14+
- gulp

0 commit comments

Comments
 (0)