File tree 4 files changed +33
-39
lines changed
4 files changed +33
-39
lines changed Original file line number Diff line number Diff line change
1
+ [._ ]* .s [a-w ][a-z ]
2
+ [._ ]s [a-w ][a-z ]
3
+ * .un~
4
+ Session.vim
5
+ .netrwhist
6
+ * ~
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 1
- language : erlang
1
+ language : smalltalk
2
+ sudo : false
2
3
3
- env :
4
- - ST=GemStone-2.4.5.2
5
- - ST=GemStone-3.1.0.4
4
+ os : linux
6
5
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
11
11
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments