From fda1ab69ad70fd58982d2f2566a0c1253b8d4a5c Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Mon, 13 Nov 2017 11:05:47 +0100 Subject: [PATCH] Rename #specName to #name --- .smalltalk.ston | 2 +- .smalltalkA.ston | 2 +- .smalltalkB.ston | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index 9e5a9fd11..7c3610255 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -1,5 +1,5 @@ SmalltalkCISpec { - #specName : 'Metacello', + #name : 'Metacello', #loading : [ SCIMetacelloLoadSpec { #baseline : 'Metacello', diff --git a/.smalltalkA.ston b/.smalltalkA.ston index 40721f683..d398f3dfc 100644 --- a/.smalltalkA.ston +++ b/.smalltalkA.ston @@ -1,5 +1,5 @@ SmalltalkCISpec { - #specName : 'Metacello', + #name : 'Metacello TravisCI 1+2', #loading : [ SCIMetacelloLoadSpec { #baseline : 'Metacello', diff --git a/.smalltalkB.ston b/.smalltalkB.ston index 790ec82c3..e948a84db 100644 --- a/.smalltalkB.ston +++ b/.smalltalkB.ston @@ -1,5 +1,5 @@ SmalltalkCISpec { - #specName : 'Metacello', + #name : 'Metacello TravisCI 3', #loading : [ SCIMetacelloLoadSpec { #baseline : 'Metacello',