Skip to content

Commit

Permalink
[BUILD] Build as well with PHP 5.6
Browse files Browse the repository at this point in the history
The current release of Magento is as well tested with PHP 5.6 not only
PHP 7.0.
  • Loading branch information
ktomk committed Mar 24, 2016
1 parent 7b8963d commit e8035b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ matrix:
- php: 7.0
env: BUILDSH=1
script: ./build.sh
# Run with upcoming PHP 7.0 version
# Run with current PHP 5.6 and PHP 7.0 version
- php: 5.6
env: MAGENTO_VERSION="magento-mirror-1.9.2.4" DB=mysql INSTALL_SAMPLE_DATA=no
- php: 7.0
env: MAGENTO_VERSION="magento-mirror-1.9.2.3" DB=mysql INSTALL_SAMPLE_DATA=no
env: MAGENTO_VERSION="magento-mirror-1.9.2.4" DB=mysql INSTALL_SAMPLE_DATA=no

before_install:
- phpenv config-rm xdebug.ini
Expand Down
3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ RECENT CHANGES
1.97.15
=======

* #798 Add package magento-mirror-1.9.2.4 (by Raul E Watson)
* #797 Streamlining of N98-Magerun1 and N98-Magerun2 (by Tom Klingenberg)

=======
1.97.14
=======
Expand Down

0 comments on commit e8035b7

Please sign in to comment.