Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Commit

Permalink
Use -s flag instead of tail
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Jul 17, 2016
1 parent c306ac8 commit d560285
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,7 @@ node_js:
after_success:
- >-
test $TRAVIS_TAG &&
npm run psc-publish \
| tail -n 1 \
npm run -s psc-publish \
> output/purescript-batteries-${TRAVIS_TAG}.json &&
curl -X POST http://pursuit.purescript.org/packages \
-d @output/purescript-batteries-${TRAVIS_TAG}.json \
Expand Down

0 comments on commit d560285

Please sign in to comment.