]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
travis: disable unsupported PHP 5.3 1156/head
authorVirtualTam <virtualtam@flibidi.net>
Sun, 17 Jun 2018 11:01:47 +0000 (13:01 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Sun, 17 Jun 2018 11:02:29 +0000 (13:02 +0200)
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
.travis.yml
CHANGELOG.md

index 6ff1b20f564e130e345821eaefe75a0fb829d55f..e59c8f6a4b84ae50586b3eadc717fe96d0549ab8 100644 (file)
@@ -9,7 +9,7 @@ php:
   - 5.6
   - 5.5
   - 5.4
-  - 5.3
+  # - 5.3 # Not supported by Travis CI
 install:
   - composer self-update
   - composer install --prefer-dist
index 908410184ce4cf84eb78326d8c8cf9fe7fc85e28..3f5bafd1234ee0357c24bc461678f2fa974e6450 100644 (file)
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 ### Changed
 - Build the Docker image from the local Git sources
 
+### Removed
+- Disable PHP 5.3 Travis build (unsupported)
+
 
 ## [v0.8.6](https://github.com/shaarli/Shaarli/releases/tag/v0.8.6) - 2018-02-19
 ### Changed