diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cb6d4bb..5de5632 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ addons: apt: # we need a more recent cmake than travis/linux provides (at least 2.8.9): sources: - - ppa:kubuntu-ppa/backports + - kubuntu-backports packages: - cmake - python3 |