Skip to content

Commit

Permalink
Merge branch 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
DalekBaldwin committed Jun 21, 2015
2 parents c7a1875 + df722da commit 3b7dc26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: common-lisp

sudo: required
env:
matrix:
- LISP=abcl
Expand Down
4 changes: 4 additions & 0 deletions transparent-wrap.asd
Expand Up @@ -15,6 +15,7 @@
:long-description
#.(uiop:read-file-string
(uiop:subpathname *load-pathname* "README.md"))
:homepage "https://github.com/DalekBaldwin/transparent-wrap"
:components
((:static-file "transparent-wrap.asd")
(:module :src
Expand All @@ -33,6 +34,9 @@
(defsystem :transparent-wrap-test
:name "transparent-wrap-test"
:serial t
:author "Kyle Littler"
:license "LLGPL"
:description "Tests for transparent-wrap."
:components
((:module :test
:components ((:file "package")
Expand Down

0 comments on commit 3b7dc26

Please sign in to comment.