ci: enable ccache in Travis
authorAaron Conole <aconole@redhat.com>
Fri, 12 Apr 2019 16:21:39 +0000 (12:21 -0400)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 17 Apr 2019 11:55:26 +0000 (13:55 +0200)
We try to make the planet happy travis builds dpdk.

Also, the 'sudo' flag was recently deprecated.  Drop it.

Suggested-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
.travis.yml

index 3045ead..72f8671 100644 (file)
@@ -1,4 +1,5 @@
 language: c
+cache: ccache
 compiler:
   - gcc
   - clang
@@ -24,8 +25,6 @@ extra_packages: &extra_packages
 
 before_install: ./.ci/${TRAVIS_OS_NAME}-setup.sh
 
-sudo: false
-
 env:
   - DEF_LIB="static"
   - DEF_LIB="shared"