Skip to content

Commit

Permalink
Merge pull request #27 from eccubevn/master
Browse files Browse the repository at this point in the history
travis-ci でPHP5.3と実行できるよう修正
  • Loading branch information
t-nagahashi committed Jan 11, 2018
2 parents 386719f + a64c629 commit 06257cb
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: php

sudo: false
sudo: required

cache:
directories:
- $HOME/.composer/cache

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -22,9 +21,6 @@ env:
- ECCUBE_VERSION=master DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root
- ECCUBE_VERSION=master DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres
- ECCUBE_VERSION=master DB=sqlite
# ec-cube 3.0.9
- ECCUBE_VERSION=3.0.9 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root
- ECCUBE_VERSION=3.0.9 DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres
# 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
Expand All @@ -35,11 +31,9 @@ env:
matrix:
fast_finish: true
include:
- php: 5.3
dist: precise
exclude:
- php: 7.0
env: ECCUBE_VERSION=3.0.9 DB=mysql USER=root DBNAME=myapp_test DBPASS=' ' DBUSER=root
- php: 7.0
env: ECCUBE_VERSION=3.0.9 DB=pgsql USER=postgres DBNAME=myapp_test DBPASS=password DBUSER=postgres
allow_failures:
- php: 5.3
env: ECCUBE_VERSION=master DB=sqlite
Expand Down

0 comments on commit 06257cb

Please sign in to comment.