summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2016-10-20 11:03:19 -0400
committerTom Rini <[email protected]>2016-10-24 08:06:26 -0400
commit2bb76f33e9ee7ca6f086ee98d6cfbf28b8c8d90a (patch)
tree81322163ab40db320435c0652c21418fee47cd78
parent5d81c6df320e40c741f474a54cc6df451e830143 (diff)
travis-ci: Switch to Ubuntu 14.04 'Trusty Tahr'
In order to make other various improvements, update to the latest environment travis-ci supports. Signed-off-by: Tom Rini <[email protected]> Acked-by: Stephen Warren <[email protected]> Reviewed-by: Heiko Schocher <[email protected]>
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 18bf2ed4fcd..845f6cad940 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,8 @@
# build U-Boot on Travis CI - https://travis-ci.org/
-sudo: true
+sudo: required
+dist: trusty
language: c