mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-02-02 08:49:29 +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
@ -6,3 +6,8 @@ php:
|
|||||||
|
|
||||||
before_script: composer install --prefer-source
|
before_script: composer install --prefer-source
|
||||||
script: phpunit --configuration phpunit.xml.dist
|
script: phpunit --configuration phpunit.xml.dist
|
||||||
|
|
||||||
|
cache:
|
||||||
|
bundler: true
|
||||||
|
directories:
|
||||||
|
- vendor
|
Loading…
x
Reference in New Issue
Block a user