git.fiddlerwoaroof.com
Browse code

Reorder impls, Test for xunit

fiddlerwoaroof authored on 26/06/2017 22:52:08
Showing 2 changed files
... ...
@@ -3,10 +3,10 @@ sudo: required
3 3
 
4 4
 env:
5 5
   matrix:
6
-    - LISP=abcl
7
-    - LISP=allegro
8 6
     - LISP=sbcl
9 7
     - LISP=ccl
8
+    - LISP=abcl
9
+    - LISP=allegro
10 10
     - LISP=clisp
11 11
     - LISP=cmucl
12 12
     - LISP=ecl
... ...
@@ -28,7 +28,8 @@
28 28
   :perform (asdf:test-op (o s)
29 29
 		    (let ((*package* (find-package :stream-provider.tests)))
30 30
 		      (uiop:symbol-call :should-test
31
-					:test))))
31
+					:test-for-xunit
32
+					*standard-output*))))
32 33
 
33 34
 (defpackage :fwoar.sp-user
34 35
   (:use cl)