summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--ci/before_install.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e7edd1cd..c44aaa05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,7 @@
language: rust
+dist: xenial
+
os:
- linux
diff --git a/ci/before_install.sh b/ci/before_install.sh
index 57927cf6..d5edde94 100644
--- a/ci/before_install.sh
+++ b/ci/before_install.sh
@@ -9,7 +9,7 @@ set -x
set -o pipefail
function llvm_linux_target_triple() {
- echo "x86_64-linux-gnu-ubuntu-14.04"
+ echo "x86_64-linux-gnu-ubuntu-16.04"
}
function llvm_macos_target_triple() {