Skip to content

Commit cff4602

Browse files
committed
update travis
1 parent c030301 commit cff4602

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
language: node_js
22
dist: trusty
33
sudo: required
4-
node_js: 6
5-
env:
6-
- PATH=$HOME/purescript:$PATH
4+
node_js: 10
75
install:
8-
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/v0.11.3/linux64.tar.gz
9-
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
10-
- chmod a+x $HOME/purescript
11-
- npm install -g bower pulp
6+
- npm install -g bower pulp purescript@0.12.0
127
script:
13-
- npm install && bower install && pulp test
8+
- bower install && pulp test
149
after_success:
1510
- >-
1611
test $TRAVIS_TAG &&

0 commit comments

Comments
 (0)