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 feff91c commit 4f5ea63Copy full SHA for 4f5ea63
.travis.yml
@@ -1,11 +1,11 @@
1
language: node_js
2
sudo: false
3
node_js:
4
- - "5.5"
+ - 10
5
env:
6
- PATH=$HOME/purescript:$PATH
7
install:
8
- - wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/v0.12.0/linux64.tar.gz
+ - wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/v0.13.0/linux64.tar.gz
9
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
10
- chmod a+x $HOME/purescript
11
- npm install -g bower pulp mocha
0 commit comments