Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI: Use bionic #4284

Merged
merged 4 commits into from
Nov 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
# ORCA configuration.
- ORCA_SUT_NAME=acquia/blt
- ORCA_SUT_BRANCH=11.x
- ORCA_VERSION=dev-master
- ORCA_VERSION=^2
# Custom configuration.
- COMPOSER_BIN=$TRAVIS_BUILD_DIR/vendor/bin
- BLT_DIR=$TRAVIS_BUILD_DIR
Expand Down
10 changes: 5 additions & 5 deletions scripts/travis/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: php
dist: xenial
dist: bionic

# Adjust the version of PHP to match your production environment.
# Making this version number greater than the production environment can have unintended consequences
# including a non-functional prod environment.
php: "7.2"
php: "7.3"

env:
global:
Expand Down Expand Up @@ -56,16 +56,16 @@ deploy:
skip_cleanup: true
on:
branch: develop
php: 7.2
php: 7.3
- provider: script
script: "${BLT_DIR}/scripts/travis/deploy_branch"
skip_cleanup: true
on:
branch: master
php: 7.2
php: 7.3
- provider: script
script: "${BLT_DIR}/scripts/travis/deploy_tag"
skip_cleanup: true
on:
tags: true
php: 7.2
php: 7.3