Skip to content

Commit

Permalink
Changed travis.yml - Changed PHP 7.4 version and removed Removed Code…
Browse files Browse the repository at this point in the history
…cov.io
  • Loading branch information
jamielsharief committed Jan 28, 2020
1 parent 7ead1a7 commit ebea2a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4snapshot
- 7.4
dist: xenial
env:
matrix:
Expand All @@ -23,6 +23,4 @@ after_script:
- php php-coveralls.phar --verbose
cache:
directories:
- $HOME/.composer/cache/files
after_success:
- bash <(curl -s https://codecov.io/bash)
- $HOME/.composer/cache/files
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed scaffolding templates not echoing variable

### Changed
- Changed travis.yml - Changed PHP 7.4 version and removed Removed Codecov.io

## [1.1.0] - 2019-11-28
### Fixed
- Fixed Migration version numbering to use 24 hour time
Expand Down

0 comments on commit ebea2a2

Please sign in to comment.