We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee7970 commit f296dcaCopy full SHA for f296dca
.travis.yml
@@ -8,9 +8,7 @@ install:
8
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
9
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
10
- chmod a+x $HOME/purescript
11
- - npm install bower grunt-cli -g
12
- - npm install
13
- - bower install
+ - npm install bower gulp -g
+ - npm install && bower install
14
script:
15
- - grunt make
16
- - grunt examples
+ - gulp
0 commit comments