Skip to content

Commit

Permalink
Add phar building to Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
defuse committed May 16, 2016
1 parent cc3249e commit 6576cf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ matrix:

install:
- composer install
- curl -LSs https://box-project.github.io/box2/installer.php | php
- mkdir ~/box
- mv box.phar ~/box/box

script:
- ./test.sh
- PATH=$PATH:~/box/ make -C dist/ build-phar
- ./test.sh dist/defuse-crypto.phar

0 comments on commit 6576cf5

Please sign in to comment.