diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2019-08-29 21:35:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-29 21:35:22 +0200 |
| commit | 326673c7dad5d915f88a8fcbcbfbab6287839933 (patch) | |
| tree | 559a92ab3c6ebeb7ccb72cbe5f6b583769ab9d5f | |
| parent | ee77b1bfbd6a4a69049359b188e124d85104bca5 (diff) | |
| parent | fb4749c651de76d126bf0f6f00815b126cd7b7f7 (diff) | |
| download | miasm-326673c7dad5d915f88a8fcbcbfbab6287839933.tar.gz miasm-326673c7dad5d915f88a8fcbcbfbab6287839933.zip | |
Merge pull request #1059 from WilliamBruneau/fix_travis
Travis: switch from trusty to xenial
Diffstat (limited to '')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 957ef09d..3a9d4b07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - 3.6 addons: apt: - sources: ['llvm-toolchain-trusty-6.0', 'ubuntu-toolchain-r-test'] + sources: ['llvm-toolchain-xenial-6.0', 'ubuntu-toolchain-r-test'] packages: - llvm-6.0 - llvm-6.0-dev |