Skip to content

Commit 6576cf5

Browse files
committed
Add phar building to Travis-CI
1 parent cc3249e commit 6576cf5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ matrix:
1212

1313
install:
1414
- composer install
15+
- curl -LSs https://box-project.github.io/box2/installer.php | php
16+
- mkdir ~/box
17+
- mv box.phar ~/box/box
1518

1619
script:
1720
- ./test.sh
21+
- PATH=$PATH:~/box/ make -C dist/ build-phar
22+
- ./test.sh dist/defuse-crypto.phar

0 commit comments

Comments
 (0)