forked from GsDevKit/GsDevKit_home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
43 lines (37 loc) · 1 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
sudo: required
os:
- linux
# - osx
env:
- GS_VERSION=3.2.12 TEST=Error
- GS_VERSION=3.1.0.6 TEST=Upgrade
- GS_VERSION=3.3.0 TEST=Upgrade_71
- GS_VERSION=3.2.12 TEST=Install
# - GS_VERSION=2.4.7 TEST=Basic
# - GS_VERSION=3.1.0.6 TEST=Basic
# - GS_VERSION=3.2.12 TEST=Basic
- GS_VERSION=3.3.0 TEST=Basic
- GS_VERSION=3.3.0 TEST=Clients
- GS_VERSION=3.3.0 TEST=SmalltalkCI
matrix:
allow_failures:
- os: osx
- env: GS_VERSION=3.3.0 TEST=Clients # Until https://github.com/hpi-swa/smalltalkCI/issues/105 is merged
- env: GS_VERSION=3.3.0 TEST=SmalltalkCI # Until https://github.com/hpi-swa/smalltalkCI/issues/105 is merged
exclude:
- os: osx
env: GS_VERSION=2.4.7 TEST=Basic
- os: osx
env: GS_VERSION=3.1.0.6 TEST=Upgrade
addons:
hosts:
- travis.dev
before_script:
- sudo hostname travis.dev
- export GS_HOME="$(pwd)"
- export PATH=$GS_HOME/bin:$PATH
- export GS_TRAVIS=true
script:
- hostname
- cat /etc/hosts
- tests/testTravisCI.sh