mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-30 10:42:02 +05:30
Added TravisCI's new asset caching http://about.travis-ci.org/blog/2013-12-05-speed-up-your-builds-cache-your-dependencies/
This commit is contained in:
parent
619d755008
commit
5870368e33
@ -5,4 +5,9 @@ php:
|
||||
- 5.5
|
||||
|
||||
before_script: composer install --prefer-source
|
||||
script: phpunit --configuration phpunit.xml.dist
|
||||
script: phpunit --configuration phpunit.xml.dist
|
||||
|
||||
cache:
|
||||
bundler: true
|
||||
directories:
|
||||
- vendor
|
Loading…
Reference in New Issue
Block a user