Skip to content

Commit

Permalink
Travis: Use Ubuntu Xenial Xerus for Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sanssecours committed Nov 20, 2018
1 parent 832ba0f commit 4ba7de5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: cpp
dist: xenial
osx_image: xcode10.1

cache:
Expand Down Expand Up @@ -163,6 +164,9 @@ matrix:
script: *testNoSourceCheck
- os: linux
# The DBus library on Ubuntu Xenial Xerus seems to leak memory
# See: https://travis-ci.org/sanssecours/elektra/jobs/457428713
dist: trusty
name: 🐧 Clang ASAN
compiler: clang
addons:
Expand Down Expand Up @@ -256,8 +260,7 @@ matrix:
addons:
apt:
sources:
- llvm-toolchain-trusty-7
- ubuntu-toolchain-r-test
- llvm-toolchain-xenial-7
packages:
- clang-7
- clang-format-7
Expand Down
2 changes: 1 addition & 1 deletion doc/news/_preparation_next_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ you up to date with the multi-language support provided by Elektra.

### Travis

- <<TODO>>
- We now test Elektra on [Ubuntu Xenial Xerus](https://docs.travis-ci.com/user/reference/xenial). *(René Schwaiger)*
- <<TODO>>
- <<TODO>>

Expand Down

0 comments on commit 4ba7de5

Please sign in to comment.