summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-01-27 15:35:33 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-01-27 15:35:33 (GMT)
commitfef866618b5b93bebbc44b58b317aa9bb891313e (patch)
treeae84bfc6ff78669c5add173d591a0205c7acc3e6 /.travis.yml
parent7d4f46b6c14f1eaaf6e6fe907db4e669da22abb4 (diff)
downloadSCons-fef866618b5b93bebbc44b58b317aa9bb891313e.zip
SCons-fef866618b5b93bebbc44b58b317aa9bb891313e.tar.gz
SCons-fef866618b5b93bebbc44b58b317aa9bb891313e.tar.bz2
[skip appveyor] update .travis.yml to try to fix broken build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 985a544..99d6802 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,13 +19,6 @@ install:
# do the rest of the image setup
- ./.travis/install.sh
-# pypy is not passing atm, but still report build success for now
-# allow coverage to fail, so we can still do testing for all platforms
-matrix:
- allow_failures:
- - python: pypy3
- - stage: Coverage
-
# run coverage first as its still useful to collect
stages:
- Coverage
@@ -43,6 +36,12 @@ stages:
# apparently not guaranteed.
jobs:
+
+ # pypy is not passing atm, but still report build success for now
+ # allow coverage to fail, so we can still do testing for all platforms
+ allow_failures:
+ - python: pypy3
+ - stage: Coverage
include:
- &test_job
stage: Test