diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-28 20:46:53 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-28 20:46:53 -0400 |
commit | 1cc4e7fdef266bb43679d8e5689f2746532c42ec (patch) | |
tree | a5f81e73cad1376febf9f118e67b3b398b11d659 /.travis.yml | |
parent | f52765c63c7b69ec3495098e3fc3891bc7b8a4ce (diff) | |
download | cmd2-git-1cc4e7fdef266bb43679d8e5689f2746532c42ec.tar.gz |
Attempt at fixing how xclip is checked for on Linux systems
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 270fe4f7..66fb91ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,12 @@ language: python + sudo: false # false enables container-based build for fast boot times on Linux + +addons: + apt: + packages: + - xclip + matrix: include: - os: linux |