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 f2f02c0 commit d9a1473Copy full SHA for d9a1473
.travis.yml
@@ -5,7 +5,7 @@ env:
5
- TAG=v0.7.0
6
install:
7
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
8
- - sudo tar zxvf $HOME/purescript.tar.gz -C /usr/local/bin purescript/psc{,i,-docs,-make} --strip-components=1
+ - sudo tar zxvf $HOME/purescript.tar.gz -C /usr/local/bin purescript/psc{,i,-docs,-bundle,-publish} --strip-components=1
9
- sudo chmod a+x /usr/local/bin/psc{,i,-docs,-bundle,-publish}
10
- npm install bower gulp -g
11
- npm install && bower install
0 commit comments