Skip to content

Commit 46aa6d9

Browse files
authored
Merge pull request #40 from lumihq/old-travis
Use old Travis config, pin compiler version
2 parents f672d15 + 7e2fbd6 commit 46aa6d9

File tree

3 files changed

+480
-3059
lines changed

3 files changed

+480
-3059
lines changed

.travis.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,9 @@ sudo: required
33
language: node_js
44
node_js: 10
55

6-
env:
7-
- PATH=$HOME/purescript:$PATH
86
install:
9-
- 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')
10-
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
11-
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
12-
- chmod a+x $HOME/purescript
137
- npm install
148

159
script:
1610
- npx bower install
17-
- npm -s test
18-
19-
# after_success:
20-
# - >-
21-
# test $TRAVIS_TAG &&
22-
# echo $GITHUB_TOKEN | pulp login &&
23-
# echo y | pulp publish --no-push
11+
- npm run build

0 commit comments

Comments
 (0)