diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2020-05-11 19:55:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 10:55:18 -0700 |
commit | 43c9ad34216a282a50cc1bbd107949c24db38835 (patch) | |
tree | 296c5b1cef0eb1bd1b584e8a1f034ef42979df06 /.travis.yml | |
parent | 4c666034dcf9a8e9252703c642a48d5f2949738c (diff) | |
download | spack-43c9ad34216a282a50cc1bbd107949c24db38835.tar.gz spack-43c9ad34216a282a50cc1bbd107949c24db38835.tar.bz2 spack-43c9ad34216a282a50cc1bbd107949c24db38835.tar.xz spack-43c9ad34216a282a50cc1bbd107949c24db38835.zip |
Remove 'spack bootstrap' and associated docs (#15179)
fixes #15145
This commit removes the outdated `spack bootstrap`
command and any reference to it in the documentation
and unit tests.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index a11b00f34e..9e2a797393 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,11 +22,6 @@ jobs: os: linux language: python env: TEST_SUITE=flake8 -# Shell integration with module files - - python: '3.8' - os: linux - language: python - env: [ TEST_SUITE=bootstrap ] - stage: 'unit tests + documentation' python: '2.6' dist: trusty |