Skip to content

Commit

Permalink
Merge pull request #102 from pharo-nosql/stop-support-for-pharo4
Browse files Browse the repository at this point in the history
Stop support for pharo4
  • Loading branch information
noha authored Aug 9, 2018
2 parents 17dbce7 + b15ab49 commit 0259571
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
smalltalk:
- Pharo-6.0
- Pharo-5.0
- Pharo-4.0
smalltalk_config: .smalltalk.ston
matrix:
include:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ baseline: spec
<baseline>

spec for: #common do: [
self magritte3: spec.
self magritte: spec.
self mongoTalk: spec.
self punqlite: spec.
self imageWorker: spec.
Expand All @@ -14,7 +14,7 @@ baseline: spec
package: 'Voyage-Model-Tests' with: [ spec requires: 'Voyage-Model-Core' ];
package: 'Voyage-Memory-Core' with: [ spec requires: 'Voyage-Model-Core' ];
package: 'Voyage-Memory-Tests' with: [ spec requires: 'Voyage-Memory-Core' ];
package: 'Voyage-JSON' with: [ spec requires: #('Voyage-Model-Core' 'Magritte3') ];
package: 'Voyage-JSON' with: [ spec requires: #('Voyage-Model-Core' 'Magritte') ];
package: 'Voyage-JSON-Tests' with: [ spec requires: 'Voyage-JSON' ];
"mongo"
package: 'Voyage-Mongo-Core' with: [ spec requires: #('MongoTalk' 'Voyage-Model-Core') ];
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
external projects
magritte: spec
spec
baseline: 'Magritte'
with: [ spec repository: 'github://magritte-metamodel/magritte:v3.5.2/source';
loads: #( 'Core' ) ]

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ external projects
mongoTalk: spec
spec
baseline: 'MongoTalk'
with: [ spec repository: 'github://pharo-nosql/mongotalk:1.13/mc' ];
import: 'MongoTalk'
with: [ spec repository: 'github://pharo-nosql/mongotalk:1.14/mc' ];
import: 'MongoTalk'

0 comments on commit 0259571

Please sign in to comment.