Skip to content

Commit

Permalink
Merge branch 'use-xenial' into fix-tokenstorage
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Aug 13, 2019
2 parents cd55404 + f65bfdb commit e5e70ff
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dist: trusty
language: php

sudo: required
sudo: false

cache:
directories:
Expand Down Expand Up @@ -51,8 +52,8 @@ matrix:
env: ECCUBE_VERSION=3.1 DB=sqlite

install:
- gem install mime-types -v 2.99.1
- gem install mailcatcher
- docker pull schickling/mailcatcher
- docker run -d -p 1080:1080 -p 1025:1025 --name mailcatcher schickling/mailcatcher

before_script:
# archive plugin
Expand All @@ -75,8 +76,6 @@ before_script:
- php app/console plugin:develop install --path=${HOME}/${PLUGIN_CODE}.tar.gz
# enable plugin
- php app/console plugin:develop enable --code=${PLUGIN_CODE}
# mail catcher
- mailcatcher

script:
# exec phpunit on ec-cube
Expand Down

0 comments on commit e5e70ff

Please sign in to comment.