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 fd516ec commit 962438dCopy full SHA for 962438d
.travis.yml
@@ -9,7 +9,7 @@ install:
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
12
- - npm install
13
- npm install -g bower
+ - npm install
14
script:
15
- npm run build
0 commit comments