Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ matrix:
- php: hhvm-nightly

before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
- composer install --no-interaction --prefer-source

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually it's better to always do composer update & cache ~/.composer like nette/di does it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for feedback :-) What is the reason for it?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's faster :) composer has a local cache for all the files it downloads (you should also use --prefer-dist), and travis can cache that


script:
- ./vendor/bin/tester -p $TESTER_PHP_BIN tests/