Skip to content

Commit 8bdcd62

Browse files
committed
Issue #7: new .travis.yml and .smalltalk.ston files ... out with bad air and in with the new
1 parent 50697cc commit 8bdcd62

File tree

4 files changed

+33
-39
lines changed

4 files changed

+33
-39
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[._]*.s[a-w][a-z]
2+
[._]s[a-w][a-z]
3+
*.un~
4+
Session.vim
5+
.netrwhist
6+
*~

.smalltalk.ston

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
SmalltalkCISpec {
2+
#loading : [
3+
SCIMetacelloLoadSpec {
4+
#baseline : 'PharoCompatibility',
5+
#load : [ 'Tests' ],
6+
#directory : 'repository',
7+
#onWarningLog : true,
8+
#platforms : [ #gemstone ]
9+
}
10+
],
11+
#testing : {
12+
#include : {
13+
#classes : [ #SentButNotImplementedTest, #UndefinedSymbolsTest ]
14+
}
15+
}
16+
}

.travis.yml

+11-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
1-
language: erlang
1+
language: smalltalk
2+
sudo: false
23

3-
env:
4-
- ST=GemStone-2.4.5.2
5-
- ST=GemStone-3.1.0.4
4+
os: linux
65

7-
# - ST=GemStone-2.4.4.1
8-
# - ST=GemStone-2.4.4.8
9-
# - ST=GemStone-2.4.5
10-
# - ST=GemStone-3.0.1
6+
smalltalk:
7+
- GemStone-2.4.8
8+
- GemStone-3.1.0.6
9+
- GemStone-3.2.15
10+
- GemStone-3.3.3
1111

12-
install:
13-
- export PROJECT_HOME="$(pwd)"
14-
- cd $HOME
15-
- wget -q -O builderCI.zip https://github.com/dalehenrich/builderCI/zipball/master
16-
- unzip -q builderCI.zip
17-
- cd dalehenrich-builderCI*
18-
- source build_env_vars
19-
- ln -s $PROJECT_HOME $GIT_PATH
20-
- ./build_image.sh
21-
22-
script: $BUILDER_CI_HOME/testTravisCI.sh -verbose
12+
cache:
13+
directories:
14+
- $SMALLTALK_CI_CACHE

tests/travisCI.st

-20
This file was deleted.

0 commit comments

Comments
 (0)