about summary refs log tree commit diff homepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorLukas Zaoral <lzaoral@redhat.com>2021-10-16 17:26:01 +0200
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2021-12-20 14:36:51 +0000
commit6fc037edc196dcb17a8c25bb099e75cf8fc2fd45 (patch)
tree81afc6b1af8aa72a16e531d3da115747aa2a3dcb /.travis.yml
parent6e0b4aa97ff11eac4e58fc8000e9c7c6d07f9bac (diff)
downloadklee-6fc037edc196dcb17a8c25bb099e75cf8fc2fd45.tar.gz
llvm13: Add LLVM 13 to Travis CI and GitHub Actions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8c7598aa..111ba1a0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,6 +53,9 @@ env:
 jobs:
     include:
     # Check supported LLVM versions
+    - name: "LLVM 13"
+      env: LLVM_VERSION=13.0
+
     - name: "LLVM 12"
       env: LLVM_VERSION=12.0