Skip to content
Closed
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
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: pre-commit
if: type != pull_request
os: linux
dist: xenial
dist: bionic
language: python
python: 3.7
# There are too many files in the repo that have formatting issues. We'll
Expand All @@ -39,7 +39,7 @@ jobs:
- name: pre-commit-pr
if: type == pull_request
os: linux
dist: xenial
dist: bionic
language: python
python: 3.7
cache:
Expand All @@ -53,9 +53,9 @@ jobs:

- name: Ubuntu/gcc/SCons build
os: linux
dist: xenial
dist: bionic
compiler: gcc
# Ubuntu Xenial build prerequisites
# Ubuntu Bionic build prerequisites
before_install:
- sudo apt-get install -y scons
install:
Expand All @@ -68,10 +68,10 @@ jobs:

- name: Ubuntu/gcc/CMake build
os: linux
dist: xenial
dist: bionic
compiler: gcc
cache: ccache
# Ubuntu Xenial build prerequisites
# Ubuntu Bionic build prerequisites
env: CMAKEFLAGS_EXTRA="-DLOCALECOMPARE=ON"
before_install:
- export CMAKE_BUILD_PARALLEL_LEVEL="$(nproc)"
Expand Down