diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-01-27 15:35:33 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-01-27 15:35:33 (GMT) |
commit | fef866618b5b93bebbc44b58b317aa9bb891313e (patch) | |
tree | ae84bfc6ff78669c5add173d591a0205c7acc3e6 /.travis.yml | |
parent | 7d4f46b6c14f1eaaf6e6fe907db4e669da22abb4 (diff) | |
download | SCons-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.yml | 13 |
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 |