Skip to content

Commit

Permalink
Slight fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
takagi committed May 3, 2015
1 parent 4f45bd9 commit 6b93c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,6 +15,6 @@ before_script:

script:
- cl -l prove -l cl-coveralls
-e '(or (coveralls:with-coveralls (:exclude '("t" "examples/bunny.lisp"))
-e '(or (coveralls:with-coveralls (:exclude (list "t" "examples/bunny.lisp"))
(prove:run :cl-voxelize-test))
(uiop:quit -1))'

0 comments on commit 6b93c41

Please sign in to comment.