diff --git a/.travis.yml b/.travis.yml index 0d30ea1768..665ebb374e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,43 +62,43 @@ env: [ "BUILD=64x64/newspeak.cog.spur TESTIMAGE=refer_newspeakBootstrap.sh", ] -matrix: +#matrix: allow_failures: - stage: Coverage - stage: Experimental # Define the 'Production' jobs that are excluded from the 'Coverage' matrix exclude: [ &P01 { "os":"linux", "env":*Pharo64 }, - &P02 { "os":"osx", "env":*Pharo64 }, - &P03 { "os":"linux", "env":*Squeak64 }, - &P04 { "os":"osx", "env":*Squeak64 }, - - &P05 { "os":"linux", "env":*Pharo32 }, - &P06 { "os":"osx", "env":*Pharo32 }, - &P07 { "os":"linux", "env":*Squeak32 }, - &P08 { "os":"osx", "env":*Squeak32 }, +# &P02 { "os":"osx", "env":*Pharo64 }, +# &P03 { "os":"linux", "env":*Squeak64 }, +# &P04 { "os":"osx", "env":*Squeak64 }, +# +# &P05 { "os":"linux", "env":*Pharo32 }, +# &P06 { "os":"osx", "env":*Pharo32 }, +# &P07 { "os":"linux", "env":*Squeak32 }, +# &P08 { "os":"osx", "env":*Squeak32 }, ] -jobs: - fast_finish: true - include: - # Put 'Production' jobs in their own stage using alias from 'excude:' section - - stage: Production - <<: *P01 - - stage: Production - <<: *P02 - - stage: Production - <<: *P03 - - stage: Production - <<: *P04 - - stage: Production - <<: *P05 - - stage: Production - <<: *P06 - - stage: Production - <<: *P07 - - stage: Production - <<: *P08 +#jobs: +# fast_finish: true +# include: +# # Put 'Production' jobs in their own stage using alias from 'excude:' section +# - stage: Production +# <<: *P01 +# - stage: Production +# <<: *P02 +# - stage: Production +# <<: *P03 +# - stage: Production +# <<: *P04 +# - stage: Production +# <<: *P05 +# - stage: Production +# <<: *P06 +# - stage: Production +# <<: *P07 +# - stage: Production +# <<: *P08 # - { "stage":"Experimental", "os":"osx", "env":"BUILD=32x86/pharo.sista.spur" } # - { "stage":"Experimental", "os":"linux", "env":"BUILD=32x86/squeak.sista.spur" }