diff options
author | cclauss <cclauss@me.com> | 2019-07-06 07:25:25 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-07-05 22:25:25 -0700 |
commit | e8506994b1f3dad37dbc37e0a5c0c674e3fdfd0a (patch) | |
tree | f1014372f5b7d49aee993a7aef0a5dece023a65e /.travis.yml | |
parent | d2e5b8474a7ad1704dc97b10e3af33b5654f3af4 (diff) | |
download | spack-e8506994b1f3dad37dbc37e0a5c0c674e3fdfd0a.tar.gz spack-e8506994b1f3dad37dbc37e0a5c0c674e3fdfd0a.tar.bz2 spack-e8506994b1f3dad37dbc37e0a5c0c674e3fdfd0a.tar.xz spack-e8506994b1f3dad37dbc37e0a5c0c674e3fdfd0a.zip |
travis: the sudo tag is now deprecated (#11933)
* Travis CI: The sudo tag is now deprecated in Travis
__sudo: required__ no longer is.
* Remove obsolete comment
__travis_wait__ can help with long-running processes.
* https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 465232093a..3151981adc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,39 +19,32 @@ jobs: include: - stage: 'style checks' python: '2.7' - sudo: required os: linux language: python env: TEST_SUITE=flake8 - stage: 'unit tests + documentation' python: '2.6' dist: trusty - sudo: required os: linux language: python env: [ TEST_SUITE=unit, COVERAGE=true ] - python: '2.7' - sudo: required os: linux language: python env: [ TEST_SUITE=unit, COVERAGE=true ] - python: '3.5' - sudo: required os: linux language: python env: TEST_SUITE=unit - python: '3.6' - sudo: required os: linux language: python env: TEST_SUITE=unit - python: '3.7' - sudo: required os: linux language: python env: [ TEST_SUITE=unit, COVERAGE=true ] - python: '3.7' - sudo: required os: linux language: python env: TEST_SUITE=doc @@ -101,7 +94,6 @@ jobs: env: [ TEST_SUITE=build, 'SPEC=mpich' ] - python: '3.6' stage: 'docker build' - sudo: required os: linux language: python env: TEST_SUITE=docker @@ -119,8 +111,6 @@ stages: #============================================================================= # Environment #============================================================================= -# Use new Travis infrastructure (Docker can't sudo yet) -sudo: false # Docs need graphviz to build addons: |