We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5316352 commit f465d5fCopy full SHA for f465d5f
1 file changed
.travis.yml
@@ -1,4 +1,5 @@
1
language: node_js
2
+sudo: false
3
node_js:
4
- 0.10
5
env:
@@ -8,7 +9,6 @@ install:
8
9
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
11
- chmod a+x $HOME/purescript
- - npm install bower gulp -g
12
- - npm install && bower install
+ - npm install
13
script:
14
- - gulp
+ - npm run build
0 commit comments