Skip to content

Commit 4f5ea63

Browse files
committed
Bump CI purescript version
1 parent feff91c commit 4f5ea63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- "5.5"
4+
- 10
55
env:
66
- PATH=$HOME/purescript:$PATH
77
install:
8-
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/v0.12.0/linux64.tar.gz
8+
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/v0.13.0/linux64.tar.gz
99
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1010
- chmod a+x $HOME/purescript
1111
- npm install -g bower pulp mocha

0 commit comments

Comments
 (0)