aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2019-10-12 17:25:01 +0000
committerbloodstalker <thabogre@gmail.com>2019-10-12 17:25:01 +0000
commitc62b9ac41e258dd2d66e9ce71edafd8d08838ffa (patch)
treef733947cdff5a446e237c7a84a4367117931c4c3 /.travis.yml
parentfix (diff)
downloadcgrep-c62b9ac41e258dd2d66e9ce71edafd8d08838ffa.tar.gz
cgrep-c62b9ac41e258dd2d66e9ce71edafd8d08838ffa.zip
update
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 438f845..25d1834 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,16 +52,16 @@ matrix:
- make
after_success:
bash run.sh
- - dist: xenial
+ - dist: bionic
sudo: required
language: cpp
before_script:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -y
- - sudo apt-get install build-essential -y
+ - sudo apt-get install libstdc++7 -y
- wget https://apt.llvm.org/llvm.sh
- chmod +x llvm.sh
- - sudo ./llvm.sh 9
+ - sudo ./llvm.sh 8
- git submodule init
- git submodule update
script: