I test my repo with travis for pharo 6.1 and pharo 7. Using
it succeeds in pharo7 and fails in pharo 6.1. I think this is because 6.1 cannot handle tonel. But using
makes it fail in pharo 7 as well.
Loading baseline of BaselineOfMetacello...MetacelloNameNotDefinedError: project group, or package named: 'FileTree' not found when used in requires: or includes: field of package: 'Metacello-FileTree' for version: baseline of BaselineOfMetacello. [ MetacelloNameNotDefinedError 'project group, or package named: ' , specName printString , ' not found when used in requires: or includes: field of package: ' , self name printString , ' for version: ' , aVersionSpec versionString , ' of ' , aVersionSpec projectLabel nil "return nil if resumed" ] in [ :specName |
Any ideas?