Skip to content

Commit 7e49fab

Browse files
committed
Use purescript from npm for build
1 parent 6b87459 commit 7e49fab

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
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
sudo: false
33
node_js:
4-
- 0.10
5-
env:
6-
- PATH=$HOME/purescript:$PATH
4+
- 0.12
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 bower gulp -g
137
- npm install
148
- bower install --production

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "MIT",
55
"dependencies": {
66
"gulp": "^3.9.0",
7-
"gulp-purescript": "^0.5.0",
8-
"gulp-run": "^1.6.8"
7+
"gulp-purescript": "^0.7.0",
8+
"gulp-run": "^1.6.8",
9+
"purescript": "^0.7.5"
910
}
1011
}

0 commit comments

Comments
 (0)