Skip to content

Commit 3898905

Browse files
author
Johan Brichau
committed
updated travis file
1 parent 9a670f2 commit 3898905

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/testTravisCI.sh

-11
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@ OUTPUT_PATH="${PROJECT_HOME}/tests/travisCI.st"
3535

3636
cat - >> $OUTPUT_PATH << EOF
3737
Transcript cr; show: 'travis--->${OUTPUT_PATH}'.
38-
"Explicitly load latest Grease configuration, since we're loading the #bleeding edge"
39-
Metacello new
40-
configuration: 'Grease';
41-
repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
42-
load: 'Slime Tests'. "temporary bugfix to load slime because baseline does not seem to pull it in"
43-
44-
"Load the ConfigurationOfSeaside3 as well to make the packageValidityTest work"
45-
Metacello new
46-
configuration: 'Seaside3';
47-
repository: 'filetree://${TRAVIS_BUILD_DIR}/repository';
48-
get.
4938
"Load the configuration or baseline"
5039
Metacello new
5140
$PROJECT_LINE

0 commit comments

Comments
 (0)