X Tutup
Skip to content

Commit 53a900c

Browse files
committed
maybe I finally get how these quotes in travis.yml are supposed to be...
1 parent 18b5a2f commit 53a900c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

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

33
env:
44

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"
8-
- ST=GemStone-2.4.4.1 BASELINE=Grease LOADS='Tests' REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
9-
- ST=GemStone-3.1.0.5 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"
8+
- ST=GemStone-2.4.4.1 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
9+
- ST=GemStone-3.1.0.5 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
1010

1111
install:
1212
- export PROJECT_HOME="$(pwd)"

0 commit comments

Comments
 (0)
X Tutup