aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--CHANGELOG.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6ff1b20f..e59c8f6a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ php:
9 - 5.6 9 - 5.6
10 - 5.5 10 - 5.5
11 - 5.4 11 - 5.4
12 - 5.3 12 # - 5.3 # Not supported by Travis CI
13install: 13install:
14 - composer self-update 14 - composer self-update
15 - composer install --prefer-dist 15 - composer install --prefer-dist
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90841018..3f5bafd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8### Changed 8### Changed
9- Build the Docker image from the local Git sources 9- Build the Docker image from the local Git sources
10 10
11### Removed
12- Disable PHP 5.3 Travis build (unsupported)
13
11 14
12## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19 15## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19
13### Changed 16### Changed