We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e68c4a1 + a53e24a commit 78020a2Copy full SHA for 78020a2
.travis.yml
@@ -11,14 +11,13 @@ install:
11
- chmod a+x $HOME/purescript
12
- npm install -g bower
13
- npm install
14
- - bower install
15
script:
16
- - npm run build
+ - bower install --production
+ - npm run -s build
17
+ - bower install
18
+ - npm -s test
19
after_success:
20
- >-
21
test $TRAVIS_TAG &&
- psc-publish > .pursuit.json &&
- curl -X POST http://pursuit.purescript.org/packages \
22
- -d @.pursuit.json \
23
- -H 'Accept: application/json' \
24
- -H "Authorization: token ${GITHUB_TOKEN}"
+ echo $GITHUB_TOKEN | pulp login &&
+ echo y | pulp publish --no-push
0 commit comments