Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxia0 committed Apr 5, 2015
1 parent cc22c47 commit 4612e07
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: common-lisp
sudo: required

env:
matrix:
- LISP=sbcl
- LISP=ccl
- LISP=clisp

install:
# Install cl-travis
- curl https://raw.githubusercontent.com/luismbo/cl-travis/master/install.sh | bash

script:
- cl -l cffi -l alexandria
-e '(setf *debugger-hook*
(lambda (c h)
(declare (ignore c h))
(uiop:quit -1)))'
-e '(asdf:compile-system :cl-charms :force t)'

0 comments on commit 4612e07

Please sign in to comment.