summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml47
1 files changed, 0 insertions, 47 deletions
diff --git a/.travis.yml b/.travis.yml
index f276c3ba34..86b9f4d3db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,52 +61,10 @@ jobs:
language: generic
env: [ TEST_SUITE=unit, PYTHON_VERSION=2.7, COVERAGE=true ]
if: type != pull_request
-# mpich (AutotoolsPackage)
- - stage: 'build tests'
- python: '2.7'
- os: linux
- language: python
- env: [ TEST_SUITE=build, 'SPEC=mpich' ]
-# astyle (MakefilePackage)
- - python: '3.8'
- os: linux
- language: python
- env: [ TEST_SUITE=build, 'SPEC=astyle' ]
-# tut (WafPackage)
- - python: '3.8'
- os: linux
- language: python
- env: [ TEST_SUITE=build, 'SPEC=tut' ]
-# py-setuptools (PythonPackage)
- - python: '3.8'
- os: linux
- language: python
- env: [ TEST_SUITE=build, 'SPEC=py-setuptools' ]
-# perl-dbi (PerlPackage)
-# - python: '3.8'
-# os: linux
-# language: python
-# env: [ TEST_SUITE=build, 'SPEC=perl-dbi' ]
-# openjpeg (CMakePackage + external cmake)
- - python: '3.8'
- os: linux
- language: python
- env: [ TEST_SUITE=build, 'SPEC=openjpeg' ]
-# r-rcpp (RPackage + external R)
- - python: '3.8'
- os: linux
- language: python
- env: [ TEST_SUITE=build, 'SPEC=r-rcpp' ]
-# mpich (AutotoolsPackage)
- - python: '3.8'
- os: linux
- language: python
- env: [ TEST_SUITE=build, 'SPEC=mpich' ]
stages:
- 'style checks'
- 'unit tests + documentation'
- - 'build tests'
#=============================================================================
@@ -182,11 +140,6 @@ before_script:
# Need this to be able to compute the list of changed files
- git fetch origin ${TRAVIS_BRANCH}:${TRAVIS_BRANCH}
- # Set up external deps for build tests, b/c they take too long to compile
- - if [[ "$TEST_SUITE" == "build" ]]; then
- cp share/spack/qa/configuration/*.yaml etc/spack/;
- fi
-
#=============================================================================
# Building
#=============================================================================