Skip to content

Commit

Permalink
Merge pull request #93 from dalehenrich/allow_failures
Browse files Browse the repository at this point in the history
Allow failures for Squeak Trunk
  • Loading branch information
dalehenrich committed Mar 26, 2015
2 parents 0efd919 + 461e06e commit ed59483
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ notifications:
on_start: false # default: false

env:

- ST=Pharo-4.0
- ST=Squeak-Trunk SCREENSHOT=60
- ST=GemStone-3.2.4
Expand All @@ -28,7 +27,7 @@ env:
- ST=Pharo-3.0
- ST=Squeak-4.3
- ST=Squeak-4.4
- ST=Squeak-4.5 SCREENSHOT=30
- ST=Squeak-4.5 SCREENSHOT=60
- ST=GemStone-2.4.4.1
- ST=GemStone-2.4.4.8
- ST=GemStone-2.4.5
Expand All @@ -43,6 +42,10 @@ env:
- ST=GemStone-3.2.2
- ST=GemStone-3.2.3

matrix:
allow_failures:
- env: ST=Squeak-Trunk SCREENSHOT=60

install:
- export PROJECT_HOME="$(pwd)"
- source build_env_vars
Expand Down

0 comments on commit ed59483

Please sign in to comment.