Skip to content

Commit 5a638c0

Browse files
kulpemilio
authored andcommitted
ci: Explicitly select Ubuntu 16.04 (xenial)
Xenial was being used anyway, but it is wise to be explicit. This lets us download a newer precompiled LLVM, too.
1 parent ed3ae0f commit 5a638c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: rust
22

3+
dist: xenial
4+
35
os:
46
- linux
57

ci/before_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -x
99
set -o pipefail
1010

1111
function llvm_linux_target_triple() {
12-
echo "x86_64-linux-gnu-ubuntu-14.04"
12+
echo "x86_64-linux-gnu-ubuntu-16.04"
1313
}
1414

1515
function llvm_macos_target_triple() {

0 commit comments

Comments
 (0)