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 c030301 commit cff4602Copy full SHA for cff4602
.travis.yml
@@ -1,16 +1,11 @@
1
language: node_js
2
dist: trusty
3
sudo: required
4
-node_js: 6
5
-env:
6
- - PATH=$HOME/purescript:$PATH
+node_js: 10
7
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
+ - npm install -g bower pulp purescript@0.12.0
12
script:
13
- - npm install && bower install && pulp test
+ - bower install && pulp test
14
after_success:
15
- >-
16
test $TRAVIS_TAG &&
0 commit comments