Skip to content

Commit

Permalink
remove pharo4&5 and fix test loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Feb 7, 2021
1 parent 0706c7b commit 137d284
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
18 changes: 0 additions & 18 deletions .pharo4.ston

This file was deleted.

9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ before_script:
- "java -Dwebdriver.chrome.driver=chromedriver -Dwebdriver.chrome.logfile=\"${TRAVIS_BUILD_DIR}/chromedriver.log\" -Dwebdriver.chrome.args=--verbose -jar ${TRAVIS_BUILD_DIR}/selenium-server-standalone-3.141.59.jar -port 4444 -log ${TRAVIS_BUILD_DIR}/seleniumlog.txt &"
- "sleep 3" #allow for all processes to start before testing

aliases:
- &pharo4-has-latest-metacello
smalltalk_config: .pharo4.ston

matrix:
allow_failures:
- smalltalk: Squeak-trunk
Expand All @@ -34,11 +30,6 @@ matrix:
env: BUILD_NAME=Pharo64-7.0
- smalltalk: Pharo-6.1
env: BUILD_NAME=Pharo-6.1
- smalltalk: Pharo-5.0
env: BUILD_NAME=Pharo-5.0
- smalltalk: Pharo-4.0
env: BUILD_NAME=Pharo-4.0
<<: *pharo4-has-latest-metacello

- smalltalk: Squeak-trunk
env: BUILD_NAME=Squeak-trunk
Expand Down
1 change: 1 addition & 0 deletions scripts/loadParasolAndTests.st
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Metacello new
load: #('default').
Metacello image
baseline:'Seaside3';
onConflictUseLoaded;
load: #('Parasol-Tests').
"Commit if executing this on GemStone, save the image on other platforms"
(Smalltalk at: #System ifAbsent:[ nil ])
Expand Down

0 comments on commit 137d284

Please sign in to comment.