Skip to content

Commit

Permalink
Use xenial for tests on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed May 30, 2019
1 parent f598c11 commit a496dd8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: false
dist: xenial
language: php

php:
Expand All @@ -7,16 +8,14 @@ php:
- 7.1
- 7.0
- 5.6
- 5.5

matrix:
fast_finish: true

before_script:
- git clone --depth=50 --branch=master git://github.com/aimeos/aimeos-core.git ../aimeos-core
- cd ../aimeos-core
- mv ../ai-monolog ext/
- composer require "monolog/monolog" "1.*"
- cd ../aimeos-core && mv ../ai-monolog ext/
- travis_retry composer require "monolog/monolog" "1.*"

script:
- vendor/bin/phing -Ddir=ext/ai-monolog coverageext checkext
Expand Down

0 comments on commit a496dd8

Please sign in to comment.