Skip to content

Commit 431c583

Browse files
committed
Update build
1 parent ffaac75 commit 431c583

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.travis.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@ language: node_js
22
dist: trusty
33
sudo: required
44
node_js: 6
5-
env:
6-
- PATH=$HOME/purescript:$PATH
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
12-
- npm install -g bower
6+
- npm install bower -g
137
- npm install
14-
script:
158
- bower install --production
9+
script:
1610
- npm run -s build
1711
- bower install
1812
- npm -s test

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"devDependencies": {
88
"pulp": "^9.0.1",
99
"purescript-psa": "^0.3.9",
10-
"rimraf": "^2.5.0"
10+
"purescript": "^0.10.1",
11+
"rimraf": "^2.5.4"
1112
}
1213
}

0 commit comments

Comments
 (0)