forked from SeasideSt/Grease
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
38 lines (36 loc) · 742 Bytes
/
.travis.yml
File metadata and controls
38 lines (36 loc) · 742 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
language: smalltalk
sudo: false
smalltalk:
- Pharo-alpha
- Pharo-6.1
- Pharo-6.0
- Pharo-5.0
- Pharo-4.0
- Pharo-3.0
- Squeak-trunk
- Squeak-5.1
matrix:
allow_failures:
- smalltalk: Pharo-alpha
- smalltalk: Squeak-trunk
- smalltalk: Squeak-5.1
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