forked from renggli/pharo-builder
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.travis.yml
51 lines (44 loc) · 1.34 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# NOTE - use the file in templates/travis.yml as the starting point for your project's .travis.yml file
#
# Copyright (c) 2012 VMware, Inc. All Rights Reserved <dhenrich@vmware.com>.
# Copyright (C) 2014-2015 GemTalk Systems LLC <dale.henrichs@gemtalksystems.com>
#
language: erlang
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/c59e6bffa0b41a693676 # GsDevKit/chat (public)
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
env:
- ST=Pharo-5.0
- ST=Squeak-Trunk SCREENSHOT=60
- ST=GemStone-3.3.0
- ST=PharoCore-1.1
- ST=PharoCore-1.2
- ST=PharoCore-1.3 # NOTE: using build 13323, see Issue #69 for later builds
- ST=Pharo-1.4
- ST=Pharo-2.0
- ST=Pharo-3.0
- ST=Pharo-4.0
- ST=Squeak-4.3
- ST=Squeak-4.4
- ST=Squeak-4.5
- ST=Squeak-4.6
- ST=Squeak-5.0
- ST=GemStone-2.4.4.1
- ST=GemStone-2.4.8
# - ST=GemStone-3.0.1
- ST=GemStone-3.1.0.6
- ST=GemStone-3.2.12
matrix:
allow_failures:
- env: ST=Squeak-Trunk SCREENSHOT=60
install:
- export PROJECT_HOME="$(pwd)"
- source build_env_vars
- ./build_image.sh
# use -verbose flag to control whether or not transcript is dumped
# to travis log
script: ./testBuilderCI.sh -verbose