Skip to content

Commit

Permalink
oops .. no tests were actually being loaded by CI group ... fix that
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Dec 11, 2015
1 parent c2fe83a commit 83c43cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: required

env:
- ST=Pharo-3.0 BASELINE=Magritte3 LOADS="'CI'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
# - ST=Pharo-4.0 BASELINE=Magritte3 LOADS="'CI'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=Pharo-4.0 BASELINE=Magritte3 LOADS="'CI'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
# - ST=Pharo-5.0 BASELINE=Magritte3 LOADS="'CI'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
- ST=GemStone-3.2.11 BASELINE=Magritte3 LOADS="'CI'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ baseline: spec
group: 'Core' with: #('Magritte-Model');
group: 'Tests' with: #('Magritte-Tests-Model');
group: 'Seaside' with: #('Magritte-Seaside');
group: 'CI' with: #('Seaside');
group: 'CI' with: #('Seaside' 'Tests');
group: 'Deprecated' with: #('Magritte-Deprecated') ];
yourself.
spec
Expand Down Expand Up @@ -65,7 +65,7 @@ baseline: spec
package: 'Magritte-Pharo-Model';
yourself ].
spec
for: #(#'pharo3.x' #'pharo4.x' #'pharo5.x')
for: #(#'pharo3.x' #'pharo4.x')
do: [
spec
package: 'Magritte-Pharo3-Model'
Expand Down Expand Up @@ -103,4 +103,4 @@ baseline: spec
with: [ spec requires: #('Magritte-GemStone-Model') ];
package: 'Magritte-GemStone-Seaside'
with: [ spec requires: #('Magritte-Seaside') ];
yourself ]
yourself ]

0 comments on commit 83c43cf

Please sign in to comment.