Skip to content

Commit

Permalink
Update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed May 28, 2020
1 parent dfd7309 commit fae0b63
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .travis.yml
@@ -1,8 +1,8 @@
sudo: false
os: linux

language: php

dist: trusty
dist: xenial

services:
- mysql
Expand All @@ -11,7 +11,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
- 7.4
- nightly

jobs:
Expand Down Expand Up @@ -55,29 +55,26 @@ jobs:
php: 7.3
- addons:
mariadb: 10.1
php: 7.4snapshot
php: 7.4
- addons:
mariadb: 10.2
php: 7.4snapshot
php: 7.4
- addons:
mariadb: 10.3
php: 7.4snapshot
php: 7.4
- addons:
mariadb: 10.4
php: 7.4snapshot
php: 7.4
- addons:
mariadb: 10.4
php: nightly
- stage: benchmark
php: 7.3
php: 7.4
env:
- AMP_DEBUG=false
script:
- PATH=$PATH:$(pwd)/benchmarks/bin vendor/bin/phpbench run --report=aggregate

matrix:
allow_failures:
- php: 7.4snapshot
- php: nightly
fast_finish: true

Expand Down

0 comments on commit fae0b63

Please sign in to comment.