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

Commit 411752e

Browse files
committed
Simplify travis file
Now that we can npm install things, we should be able to eschew all that cruft of `wget`ting and whatever.
1 parent e879e1f commit 411752e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@ language: node_js
22
sudo: false
33
node_js:
44
- 0.10
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
126
- npm install -g bower gulp
13-
- npm install && bower install
7+
- npm install
8+
- bower install
149
script:
1510
- gulp

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"gulp-purescript": "^0.5.0",
2525
"gulp-run": "~1.6.4",
2626
"gulp-tag-version": "^1.2.1",
27+
"purescript": "^0.7.1",
2728
"run-sequence": "^1.1.1"
2829
}
2930
}

0 commit comments

Comments
 (0)