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 687e308 commit f2f02c0Copy full SHA for f2f02c0
.travis.yml
@@ -6,7 +6,7 @@ env:
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
9
- - sudo chmod a+x /usr/local/bin/psc{,i,-docs,-make}
+ - sudo chmod a+x /usr/local/bin/psc{,i,-docs,-bundle,-publish}
10
- npm install bower gulp -g
11
- npm install && bower install
12
script:
0 commit comments