Skip to content

Commit

Permalink
added travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
noha committed Apr 28, 2019
1 parent c25bff5 commit 112e341
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .smalltalk.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SmalltalkCISpec {
#loading : [
SCIMetacelloLoadSpec {
#baseline : 'SnapDump',
#directory : 'source',
#platforms : [ #pharo ]
}
]
}
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: smalltalk
sudo: false

os:
- linux

matrix:
include:
- smalltalk: Pharo-7.0
smalltalk_config: .smalltalk.ston
- smalltalk: Pharo-6.1
smalltalk_config: .smalltalk.ston

0 comments on commit 112e341

Please sign in to comment.