aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-10-12 19:02:05 +0000
committerbloodstalker <thabogre@gmail.com>2019-10-12 19:02:05 +0000
commit7d391e51a578fc3de4242e876a97622a728199a7 (patch)
tree980e3165b864836322e629b4af8491490453f9a9
parentupdate (diff)
downloadcgrep-7d391e51a578fc3de4242e876a97622a728199a7.tar.gz
cgrep-7d391e51a578fc3de4242e876a97622a728199a7.zip
update
Diffstat (limited to '')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f92beae..59c3ba0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,9 @@
matrix:
+ fast_finish: true
include:
- dist: trusty
+ name: llvm5
sudo: required
language: cpp
before_script:
@@ -21,6 +23,7 @@ matrix:
after_success:
bash run.sh
- dist: trusty
+ name: llvm6
sudo: required
language: cpp
before_script:
@@ -37,6 +40,7 @@ matrix:
after_success:
./run.sh
- dist: bionic
+ name: llvm8
sudo: required
language: cpp
before_script:
@@ -55,6 +59,7 @@ matrix:
bash run.sh
allow_failures:
- dist: bionic
+ name: llvm9
sudo: required
language: cpp
before_script: