forked from theseion/Grease
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
43 lines (41 loc) · 883 Bytes
/
.travis.yml
File metadata and controls
43 lines (41 loc) · 883 Bytes
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
language: smalltalk
sudo: false
smalltalk:
- Pharo64-7.0
- Pharo64-6.1
- Pharo-6.1
- Pharo-5.0
- Pharo-4.0
- Pharo-3.0
- Squeak-trunk
- Squeak-5.1
- GemStone-2.4.8
- GemStone-3.1.0.6
- GemStone-3.2.16
- GemStone-3.3.4
matrix:
allow_failures:
- smalltalk: Pharo-alpha
- smalltalk: Pharo-3.0
- smalltalk: Pharo-4.0
- smalltalk: Squeak-trunk
os: linux
include:
# - smalltalk: Squeak-5.1
# os: osx
# - smalltalk: GemStone-2.4.8
# cache:
# directories:
# - $SMALLTALK_CI_CACHE
# - smalltalk: GemStone-3.1.0.6
# cache:
# directories:
# - $SMALLTALK_CI_CACHE
# - smalltalk: GemStone-3.2.16
# cache:
# directories:
# - $SMALLTALK_CI_CACHE
# - smalltalk: GemStone-3.3.4
# cache:
# directories:
# - $SMALLTALK_CI_CACHE