Skip to content

Commit

Permalink
Re enable all PHP builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Apr 19, 2017
1 parent 9289ac1 commit c971856
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -13,9 +13,9 @@ env:
- FORMAT_VERSION="v1"
matrix:
# Run once per Dockerfile-<PHP_VERSION>
#- PHP_VERSION="5.5" EZ_VERSION="~1.6.0"
#- PHP_VERSION="5.6"
#- PHP_VERSION="7.0"
- PHP_VERSION="5.5" EZ_VERSION="~1.6.0"
- PHP_VERSION="5.6"
- PHP_VERSION="7.0"
- PHP_VERSION="7.1"

before_script:
Expand All @@ -41,4 +41,4 @@ notifications:

# reduce depth (history) of git checkout
git:
depth: 30
depth: 30

0 comments on commit c971856

Please sign in to comment.