Skip to content

Commit

Permalink
travis: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Mar 28, 2016
1 parent e375960 commit 941877b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ before_install:

install:
- travis_retry composer update --no-interaction --prefer-dist $COMPOSER_EXTRA_ARGS
- travis_retry composer create-project --no-interaction jakub-onderka/php-parallel-lint /tmp/php-parallel-lint ~0.9
- travis_retry composer create-project --no-interaction nette/code-checker /tmp/code-checker ~2.5 --no-interaction
- travis_retry composer create-project --no-interaction jakub-onderka/php-parallel-lint /tmp/php-parallel-lint
- travis_retry composer create-project --no-interaction nette/code-checker /tmp/code-checker ~2.5

script:
- vendor/bin/tester -p php ./tests/
Expand Down

0 comments on commit 941877b

Please sign in to comment.