Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKresse authored Aug 23, 2017
1 parent 545d7c8 commit 20cf62f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ php:

before_script:
- composer selfupdate
- sudo apt-get update -qq
- sudo apt-get install mupdf
# - sudo apt-get update -qq
# - sudo apt-get install mupdf-tools

install: composer update --prefer-dist --no-interaction

script: phpunit

script:
- phpunit --testsuite "Unit Tests"
- phpunit --testsuite "Functional Tests"

0 comments on commit 20cf62f

Please sign in to comment.