X Tutup
Skip to content

Commit 5e63ea4

Browse files
author
Johan Brichau
committed
retry smalltalk-CI
1 parent 835908b commit 5e63ea4

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

.travis.yml

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
language: erlang
23
sudo: true
34
env:
@@ -14,14 +15,27 @@ env:
1415
- ST=GemStone-3.2.10 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
1516

1617
install:
18+
=======
19+
language: smalltalk
20+
sudo: false
21+
smalltalk:
22+
- Pharo-5.0
23+
- Pharo-4.0
24+
- Pharo-3.0
25+
- Pharo-2.0
26+
- Squeak-4.4
27+
- Squeak-4.5
28+
- Squeak-5.0
29+
- GemStone-2.4.4.1
30+
- GemStone-3.1.0.6
31+
- GemStone-3.2.10
1732

18-
- export PROJECT_HOME="$(pwd)"
19-
- cd $HOME
20-
- wget -q -O builderCI.zip https://github.com/dalehenrich/builderCI/zipball/master
21-
- unzip -q builderCI.zip
22-
- cd dalehenrich-builderCI*
23-
- source build_env_vars
24-
- ln -s $PROJECT_HOME $GIT_PATH
25-
- ./build_image.sh
33+
>>>>>>> d840e1c... try smalltalkCI
2634

27-
script: $PROJECT_HOME/tests/testTravisCI.sh -verbose
35+
env:
36+
global:
37+
- BASELINE="Grease"
38+
# - TESTS="PackagesToTest" # RegEx, i.e.: [A-Z].*, default is defined as BASELINE.*
39+
# - BASELINE_GROUP="Tests" # Name of the group to load from baseline
40+
- PACKAGES="./repository" # Directory where Filetree looks for package
41+
# - BUILDERCI=false # Set to `true` for builderCI fallback

0 commit comments

Comments
 (0)
X Tutup