Skip to content

Commit

Permalink
Update minimum version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bunge committed Dec 15, 2016
1 parent 4af20f3 commit 1c1590f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -3,15 +3,15 @@ sudo: false
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

matrix:
fast_finish: true
allow_failures:
php: 7.0
php: 7.1

cache:
directories:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Hawkbit Persistence Changelog

## 1.0.1

### Altered

- Add 7.1 Support and remove 5.5 Support (for Travis CI)

## 1.0.0

### Added
Expand Down

0 comments on commit 1c1590f

Please sign in to comment.