diff options
author | Tom Rini <trini@konsulko.com> | 2016-10-20 11:03:19 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-24 08:06:26 -0400 |
commit | 2bb76f33e9ee7ca6f086ee98d6cfbf28b8c8d90a (patch) | |
tree | 81322163ab40db320435c0652c21418fee47cd78 /.travis.yml | |
parent | 5d81c6df320e40c741f474a54cc6df451e830143 (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 <trini@konsulko.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
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 |