We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f672d15 + 7e2fbd6 commit 46aa6d9Copy full SHA for 46aa6d9
.travis.yml
@@ -3,21 +3,9 @@ sudo: required
3
language: node_js
4
node_js: 10
5
6
-env:
7
- - PATH=$HOME/purescript:$PATH
8
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
13
- npm install
14
15
script:
16
- 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
+ - npm run build
0 commit comments