Merge pull request #670 from virtualtam/travis/composer-cache

Travis: enable Composer cache
This commit is contained in:
Arthur 2016-10-20 10:51:40 +02:00 committed by GitHub
commit ceeb8fbeb8
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,8 @@
sudo: false
language: php
cache:
directories:
- $HOME/.composer/cache
php:
- 7.0
- 5.6
@ -8,7 +11,7 @@ php:
- 5.3
install:
- composer self-update
- composer install
- composer install --prefer-dist
script:
- make clean
- make check_permissions

View File

@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [v0.8.1](https://github.com/shaarli/Shaarli/releases/tag/v0.8.1) - UNPUBLISHED
### Added
- Add CHANGELOG.md to track the whole project's history
- Enable Composer cache for Travis builds
- Save the last edition date for shaares and use it in Atom/RSS feeds
- Plugins:
- Add an [Isso](https://posativ.org/isso/) plugin to enable user comments on permalinks