Skip to content

Commit b60604d

Browse files
Set up continuous integration.
1 parent cf6459f commit b60604d

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.smalltalk.ston

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

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: smalltalk
2+
sudo: false
3+
notifications:
4+
email:
5+
on_success: never
6+
on_failure: always
7+
os:
8+
- linux
9+
- osx
10+
11+
smalltalk:
12+
- Pharo-6.1
13+
- Pharo-7.0
14+
- Pharo32-8.0
15+
- Pharo64-8.0

0 commit comments

Comments
 (0)