summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRamon Fried <rfried.dev@gmail.com>2019-08-12 20:43:38 +0300
committerTom Rini <trini@konsulko.com>2019-09-19 12:18:53 -0400
commite327768c3af8090f912922852939de619a59e3ab (patch)
tree25c501b4de1967c55528525a63e1a1e867ba6f87 /.travis.yml
parenta9fa70b7b7167487affc5d919e541872c99e814b (diff)
travis.yml: change Ubuntu version to xenial
trusty is getting old, move to xenial (16.04) to get updated gcc and other tools. Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
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 d330dda5b1..59d2e97fe0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
# build U-Boot on Travis CI - https://travis-ci.org/
sudo: required
-dist: trusty
+dist: xenial
language: c
@@ -12,7 +12,7 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- - llvm-toolchain-trusty-7
+ - llvm-toolchain-xenial-7
packages:
- cppcheck
- sloccount
@@ -61,7 +61,7 @@ install:
env:
global:
- - PATH=/tmp/qemu-install/bin:/tmp/uboot-test-hooks/bin:/usr/bin:/bin
+ - PATH=/tmp/qemu-install/bin:/tmp/uboot-test-hooks/bin:/usr/bin:/bin:/usr/local/bin
- PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci
- BUILD_DIR=build
- HOSTCC="cc"