We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a670f2 commit 3898905Copy full SHA for 3898905
tests/testTravisCI.sh
@@ -35,17 +35,6 @@ OUTPUT_PATH="${PROJECT_HOME}/tests/travisCI.st"
35
36
cat - >> $OUTPUT_PATH << EOF
37
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
46
- configuration: 'Seaside3';
47
- repository: 'filetree://${TRAVIS_BUILD_DIR}/repository';
48
- get.
49
"Load the configuration or baseline"
50
Metacello new
51
$PROJECT_LINE
0 commit comments