Skip to content

Commit

Permalink
speeding up the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ueaner committed Mar 2, 2018
1 parent d43cec1 commit c5a9028
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: php

cache:
directories:
- $HOME/.composer/cache/files
- $HOME/.composer/cache

php:
- 5.5
Expand All @@ -23,10 +23,11 @@ matrix:
- php: nightly

install:
- composer install
- flags="--ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress"
- composer install $flags

before_script:
- composer require phpunit/phpunit squizlabs/php_codesniffer php-coveralls/php-coveralls --no-interaction --update-with-dependencies
- composer require phpunit/phpunit squizlabs/php_codesniffer php-coveralls/php-coveralls $flags

script:
- php vendor/bin/phpunit
Expand Down

0 comments on commit c5a9028

Please sign in to comment.