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 750b95a commit 81d5d63Copy full SHA for 81d5d63
.travis.yml
@@ -8,6 +8,7 @@ before_install:
8
- mkdir -p $HOME/.local/share/purescript/prelude
9
install:
10
- wget -O $HOME/bin/psc https://github.com/joneshf/purescript/releases/download/v0.5.4.1/psc
11
+ - chmod a+x $HOME/bin/psc
12
- wget -O $purescript_datadir/prelude/prelude.purs https://github.com/joneshf/purescript/releases/download/v0.5.4.1/prelude.purs
13
- "npm install bower grunt-cli -g"
14
- "npm install"
0 commit comments