Skip to content

Commit

Permalink
Merge pull request #49 from junpeko5/mod_travis
Browse files Browse the repository at this point in the history
3.0.18のバージョンアップに伴う修正
  • Loading branch information
kazumiiiiiiiiiii committed Jul 8, 2019
2 parents 80f1f59 + d5068ed commit db6a9b1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,24 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1

env:
# plugin code
global:
PLUGIN_CODE=ProductReview
matrix:
# ec-cube master
# ec-cube 3.1
- ECCUBE_VERSION=3.1 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root
- ECCUBE_VERSION=3.1 DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres
- ECCUBE_VERSION=3.1 DB=sqlite
# ec-cube 3.0.13
- ECCUBE_VERSION=3.0.13 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root
- ECCUBE_VERSION=3.0.13 DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres
# ec-cube 3.0.17
- ECCUBE_VERSION=3.0.17 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root
- ECCUBE_VERSION=3.0.17 DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres
# ec-cube 3.0.x
# ec-cube 3.0.18
- ECCUBE_VERSION=3.0.18 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root
- ECCUBE_VERSION=3.0.18 DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres
# ec-cube 3.0
- ECCUBE_VERSION=3.0 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root
- ECCUBE_VERSION=3.0 DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres
matrix:
Expand All @@ -47,6 +48,8 @@ matrix:
env: ECCUBE_VERSION=3.1 DB=sqlite
- php: 7.0
env: ECCUBE_VERSION=3.1 DB=sqlite
- php: 7.1
env: ECCUBE_VERSION=3.1 DB=sqlite

install:
- gem install mime-types -v 2.99.1
Expand Down

0 comments on commit db6a9b1

Please sign in to comment.