Skip to content

Commit fde41c6

Browse files
committed
Adding smalltalkCI files
1 parent b50b282 commit fde41c6

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.smalltalk.ston

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
SmalltalkCISpec {
2+
#loading : [
3+
SCIMetacelloLoadSpec {
4+
#baseline : 'DataFrame',
5+
#platforms : [ #pharo ]
6+
}
7+
]
8+
}

.travis.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
language: smalltalk
2+
sudo: false
3+
4+
# Select operating system(s)
5+
os:
6+
- linux
7+
# - osx
8+
9+
# Select compatible Smalltalk image(s)
10+
smalltalk:
11+
# - Squeak-trunk
12+
# - Squeak-5.1
13+
# - Squeak-5.0
14+
# - Squeak-4.6
15+
# - Squeak-4.5
16+
17+
# - Pharo-alpha
18+
# - Pharo-stable
19+
# - Pharo-7.0
20+
- Pharo-6.0
21+
# - Pharo-5.0
22+
# - Pharo-4.0
23+
# - Pharo-3.0
24+
25+
# - Pharo64-alpha
26+
# - Pharo64-stable
27+
# - Pharo64-7.0
28+
# - Pharo64-6.0
29+
30+
# - GemStone-3.3.0
31+
# - GemStone-3.2.12
32+
# - GemStone-3.1.0.6
33+
34+
# Uncomment to enable caching (only useful for GemStone builds (3x faster))
35+
#cache:
36+
# directories:
37+
# - $SMALLTALK_CI_CACHE

0 commit comments

Comments
 (0)