File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
dist : trusty
3
3
sudo : required
4
- node_js : 8
4
+ node_js : stable
5
+ env :
6
+ - PATH=$HOME/purescript:$PATH
5
7
install :
8
+ - TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
9
+ - wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10
+ - tar -xvf $HOME/purescript.tar.gz -C $HOME/
11
+ - chmod a+x $HOME/purescript
6
12
- npm install -g bower
7
13
- npm install
8
14
script :
9
15
- bower install --production
10
16
- npm run -s build
11
- - bower install
12
17
after_success :
13
18
- >-
14
19
test $TRAVIS_TAG &&
Original file line number Diff line number Diff line change 8
8
"eslint" : " ^3.17.1" ,
9
9
"pulp" : " ^11.0.0" ,
10
10
"purescript-psa" : " ^0.5.0" ,
11
- "purescript" : " ^0.12.0" ,
12
11
"rimraf" : " ^2.5.4"
13
12
}
14
13
}
You can’t perform that action at this time.
0 commit comments