diff options
| author | David Heidelberg <david@ixit.cz> | 2017-08-02 16:08:47 +0200 |
|---|---|---|
| committer | David Heidelberg <david@ixit.cz> | 2017-08-02 16:08:47 +0200 |
| commit | cdfa142fabbd666b6cc8fede968536936c667daa (patch) | |
| tree | 8dddc9e150f5209e8a2b37e474f33ae44b870f24 | |
| parent | a9af66cf0b45b7f7ca4217a7778c37152ba7fbf4 (diff) | |
| download | iputils-manfix.tar.gz | |
travis-ci: cleanup & upgrade to Ubuntu 14.04manfix
This commit will speed up CI testing.
Signed-off-by: David Heidelberg <david@ixit.cz>
| -rw-r--r-- | .travis.yml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 6c03dee..190b3e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,19 +1,14 @@ language: c +dist: trusty before_install: - - if [[ "$CC" == gcc-* ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi - - if [[ "$CC" == clang-* ]]; then sudo add-apt-repository -y ppa:h-rayflood/llvm; fi - sudo apt-get update -qq install: - sudo apt-get install libcap-dev -qq - sudo apt-get install nettle-dev -qq - # gcc - - if [ "$CC" = "gcc-4.8" ]; then sudo apt-get install -qq gcc-4.8; fi - # clang - - if [ "$CC" == "clang-3.4" ]; then sudo apt-get install --allow-unauthenticated -qq clang-3.4; fi compiler: - - gcc-4.8 - - clang-3.4 + - gcc + - clang env: matrix: - USE_CAP=true |
