Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
fix travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Mar 9, 2018
1 parent f981290 commit f980ac1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -2,7 +2,6 @@ dist: trusty
language: php

php:
- 5.6
- 7.0
- 7.1

Expand All @@ -15,11 +14,6 @@ cache:
directories:
- $HOME/.composer/cache

matrix:
include:
- php: 5.6
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist

Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.txt
Expand Up @@ -4,6 +4,24 @@ All notable changes to `alfred-nutile-inc/laravel-feature-flag` will be document

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## 2018-03-09

### Added
- More tests as trying to get into database level
- Cache to speed up the load of pages

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing

## 2018-03-05

### Added
Expand Down

0 comments on commit f980ac1

Please sign in to comment.