-
Notifications
You must be signed in to change notification settings - Fork 3
/
.travis.yml
53 lines (46 loc) · 953 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
language: common-lisp
sudo: false
cache:
directories:
- $HOME/.roswell
- $HOME/.config/common-lisp
addons:
apt:
packages:
- libc6-i386
- openjdk-7-jre
env:
global:
- PATH=~/.roswell/bin:$PATH
- ROSWELL_BRANCH=master
- ROSWELL_INSTALL_DIR=$HOME/.roswell
matrix:
- LISP=sbcl
- LISP=ecl
- LISP=abcl
- LISP=allegro
- LISP=ccl
- LISP=clisp
- LISP=cmucl
matrix:
allow_failures:
- env: LISP=clisp
- env: LISP=ecl
os:
- osx
- linux
install:
- curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh
- ros install prove
before_script:
- ros --version
- ros config
- ros -e '(princ (lisp-implementation-type))
(terpri)
(princ (lisp-implementation-version))
(terpri)
(princ *features*)
(terpri)
(uiop:quit 0)'
script:
- run-prove mailgun-test.asd