Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Naplavkov committed Nov 14, 2020
1 parent b9a8836 commit cd95c7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ git:
depth: 1
matrix:
include:
- env: COMPILER=g++10
- env: COMPILER=g++
addons:
apt:
packages:
- g++10
- g++
- doxygen
- env: COMPILER=clang++-11
addons:
apt:
sources:
- llvm-toolchain-focal-11
- sourceline: "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main"
key_url: "https://apt.llvm.org/llvm-snapshot.gpg.key"
packages:
- clang-11
- doxygen
Expand Down

0 comments on commit cd95c7c

Please sign in to comment.