git.fiddlerwoaroof.com
Browse code

Fix .travis.yml

Fernando Borretti authored on 12/10/2015 15:48:53
Showing 1 changed files
... ...
@@ -29,12 +29,15 @@ before_script:
29 29
   - ros config
30 30
 
31 31
 script:
32
-  - ros -e '(ql:quickload (list :fiveam :cl-coveralls))'
32
+  - ros -e '(ql:quickload (list :fiveam :cl-coveralls :cl-yaml-test))'
33 33
         -e '(setf fiveam:*debug-on-error* t
34 34
                   fiveam:*debug-on-failure* t)'
35
-       -e '(coveralls:with-coveralls (:exclude (list "t" "src/error.lisp"))
36
-             (ql:quickload :cl-yaml-test)
37
-             (cl-yaml-test:run-tests))'
35
+        -e '(setf *debugger-hook*
36
+                  (lambda (c h)
37
+                    (declare (ignore c h))
38
+                    (uiop:quit -1)))'
39
+        -e '(coveralls:with-coveralls (:exclude (list "t" "src/error.lisp"))
40
+              (cl-yaml-test:run-tests))'
38 41
 
39 42
 notifications:
40 43
   email: