Skip to content

Commit e5a2d64

Browse files
committed
[ci] push :ci instead of :travis
1 parent ca81752 commit e5a2d64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-pre-test.lisp

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
;; (ql-dist:install-dist "http://beta.quicklisp.org/dist/quicklisp/2020-10-16/distinfo.txt"
33
;; :replace t
44
;; :prompt nil)
5-
(push :travis *features*)
5+
(push :ci *features*)
6+
(print *features*)
67
(push #P"./" ql:*local-project-directories*)
78
(print (ql:where-is-system "py4cl2-cffi"))
89
(ql:quickload "py4cl2-cffi-tests")

0 commit comments

Comments
 (0)