X Tutup
Skip to content

Commit e0e4859

Browse files
committed
typo in travis.yml platform versions
1 parent 4c2ffbb commit e0e4859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: erlang
22

33
env:
44

5-
- ST=Pharo1.4 BASELINE=Grease LOADS="Tests" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
6-
- ST=Pharo2.0 BASELINE=Grease LOADS="Tests" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
7-
- ST=Pharo3.0 BASELINE=Grease LOADS="Tests" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
5+
- ST=Pharo-1.4 BASELINE=Grease LOADS="Tests" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
6+
- ST=Pharo-2.0 BASELINE=Grease LOADS="Tests" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
7+
- ST=Pharo-3.0 BASELINE=Grease LOADS="Tests" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
88
- ST=GemStone-2.4.4.1 BASELINE=Grease LOADS="Tests" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
99
- ST=GemStone-3.1.0.5 BASELINE=Grease LOADS="Tests" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
1010

0 commit comments

Comments
 (0)
X Tutup