Improve travis functionality
[sheep] / src / main / docgen.asd
index 6927c03f69c9f57388043bbd82c5536eb45d446b..5e33b624268bc87872406790350ff2163212f844 100644 (file)
@@ -1,19 +1,8 @@
-; The systems are split up into two because travis will run more smoothly
-; if we use a custom built sbcl that has all the deps pre-loaded since
-; we are sure those will work just fine :)
-;
-; You should link to this file in your systems directory, or however you
-; handle your asdf configurations.  Then just (asdf:load-system :clnl)
-;
-; There's probably a better way, but I don't know it
-(asdf:defsystem docgen.internal
- :serial t
- :components ((:file "package") (:file "func") (:file "pkg") (:file "struc") (:file "docgen")))
-
 (asdf:defsystem docgen
  :name "Documentation Generator"
  :version "0.1"
  :maintainer "Frank Duncan (frank@kank.com)"
  :author "Frank Duncan (frank@kank.com)"
  :serial t
- :depends-on (:cl-ppcre :docgen.internal))
+ :components ((:file "package") (:file "func") (:file "pkg") (:file "struc") (:file "docgen"))
+ :depends-on (#-travis :cl-ppcre)) ; Don't load libraries in travis