Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Baachi committed May 28, 2019
1 parent c2e425f commit 8d24bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ sudo: false
cache:
directories:
- $HOME/.composer/cache
- $HOME/build/jolicode/ApacheTikaBundle/Tests/bin

env:
global:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ cs:
./vendor/fabpot/php-cs-fixer/php-cs-fixer fix --verbose

start_tika_server:
\[ -f Tests/bin/tika-server.jar \] || wget -O Tests/bin/tika-server.jar http://archive.apache.org/dist/tika/tika-server-1.11.jar
\[ -f Tests/bin/tika-server.jar \] || wget -O Tests/bin/tika-server.jar http://archive.apache.org/dist/tika/tika-server-1.21.jar
@make -s stop
java -jar Tests/bin/tika-server.jar &
sleep 10

get_tika_app:
\[ -f Tests/bin/tika-app.jar \] || wget -O Tests/bin/tika-app.jar http://archive.apache.org/dist/tika/tika-app-1.11.jar
\[ -f Tests/bin/tika-app.jar \] || wget -O Tests/bin/tika-app.jar http://archive.apache.org/dist/tika/tika-app-1.21.jar

test: get_tika_app start_tika_server
./vendor/bin/phpunit
Expand Down

0 comments on commit 8d24bb5

Please sign in to comment.