Skip to content

Commit

Permalink
Temporarily build only PHP 8.0 to diagnose potential CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
edudobay committed Dec 5, 2020
1 parent 51cd4ab commit 2d95e91
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Expand Up @@ -5,27 +5,15 @@ os: linux
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
- nightly

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

env:
jobs:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""
- SSL_TEST="yes" SSL_CA="ssl/ca.pem" SSL_PEER_NAME="server.rmq"
- SSL_TEST="yes" SSL_CA="ssl/ca.pem" SSL_PEER_NAME="server.rmq" SSL_CLIENT_CERT="ssl/client.pem" SSL_CLIENT_KEY="ssl/client.key"

jobs:
allow_failures:
- php: nightly

install:
- composer update --prefer-source $PREFER_LOWEST
Expand Down

0 comments on commit 2d95e91

Please sign in to comment.