X Tutup
Skip to content

Commit 662927a

Browse files
author
Johan Brichau
committed
limit testing on osx to Squeak5.1
1 parent aa9e29d commit 662927a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
language: smalltalk
22
sudo: false
33

4-
os:
5-
- linux
6-
- osx
7-
84
smalltalk:
95
- Pharo-alpha
106
- Pharo-6.1
@@ -14,12 +10,10 @@ smalltalk:
1410
- Pharo-3.0
1511
- Squeak-trunk
1612
- Squeak-5.1
17-
18-
matrix:
19-
allow_failures:
20-
- smalltalk: Pharo-alpha
21-
- smalltalk: Squeak-trunk
13+
2214
include:
15+
- smalltalk: Squeak-5.1
16+
os: osx
2317
- smalltalk: GemStone-2.4.8
2418
cache:
2519
directories:

0 commit comments

Comments
 (0)
X Tutup