Skip to content

Commit

Permalink
Undoing travis bump for now, as we can't just bump the versions, we'l…
Browse files Browse the repository at this point in the history
…l need

to bump the dist from precise to something newer (bionic?) at the same time.
  • Loading branch information
lamiller0 committed Sep 5, 2020
1 parent 64a0e1e commit 6a82325
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -11,19 +11,19 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6.3
- g++-4.8
- zlib1g-dev
env: COMPILER=g++-6.3
env: COMPILER=g++-4.8
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-10.0
- llvm-toolchain-precise-3.7
packages:
- clang-10.0
- clang-3.7
- zlib1g-dev
env: COMPILER=clang-10.0
env: COMPILER=clang-3.7

env:
global:
Expand Down

0 comments on commit 6a82325

Please sign in to comment.