Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 318de6c

Browse files
committed
Use explicit purescript version in build
1 parent a76a2ea commit 318de6c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
language: node_js
22
dist: trusty
33
sudo: required
4-
node_js: 6
5-
env:
6-
- PATH=$HOME/purescript:$PATH
4+
node_js: stable
75
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
126
- npm install -g bower
137
- npm install
148
- bower install

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"build": "eslint src && pulp build --censor-lib --strict"
66
},
77
"devDependencies": {
8-
"phantomjs-prebuilt": "^2.1.13",
98
"eslint": "^3.8.1",
9+
"phantomjs-prebuilt": "^2.1.13",
1010
"pulp": "^9.0.1",
1111
"purescript-psa": "^0.3.9",
12+
"purescript": "^0.10.6",
1213
"rimraf": "^2.5.4"
1314
}
1415
}

0 commit comments

Comments
 (0)