diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-25 14:37:38 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-25 14:37:38 -0400 |
| commit | ac353483d177bbabb592dc6c726667a446b800c4 (patch) | |
| tree | c043f149780e9bf63ead5242cd6d05c8fe814c45 | |
| parent | 8c58a4b5136f426f02e01c3f7795c33106eadf00 (diff) | |
| download | cmd2-git-ac353483d177bbabb592dc6c726667a446b800c4.tar.gz | |
Restoring travis to non-sudo containerized builds
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 01159a8b..313cc5f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: python -sudo: true # false enables container-based build for fast boot times on Linux +sudo: false # false enables container-based build for fast boot times on Linux matrix: include: - os: linux @@ -39,7 +39,6 @@ matrix: # - BREW_INSTALL=python3 install: - pip install tox - - sudo apt-get install xclip # - | # if [[ $TRAVIS_OS_NAME == 'osx' ]]; then # if [[ -n "$BREW_INSTALL" ]]; then |
