Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 29ff030

Browse files
committed
Update build
1 parent cc79fe1 commit 29ff030

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
language: node_js
22
node_js:
3-
- 0.10
4-
env:
5-
- TAG=v0.7.0
3+
- 5
64
install:
7-
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
8-
- sudo tar zxvf $HOME/purescript.tar.gz -C /usr/local/bin purescript/psc{,i,-docs,-bundle} --strip-components=1
9-
- sudo chmod a+x /usr/local/bin/psc{,i,-docs,-bundle}
105
- npm install bower gulp -g
11-
- npm install && bower install
6+
- npm install && bower install
127
script:
13-
- gulp concat
8+
- gulp concat

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"gulp-rename": "^1.2.0",
1414
"gulp-run": "^1.6.6",
1515
"gulp-trimlines": "^1.0.0",
16+
"purescript": "^0.7.6",
1617
"run-sequence": "^1.0.2"
1718
}
1819
}

0 commit comments

Comments
 (0)