Skip to content

Commit

Permalink
[ci] push :ci instead of :travis
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed May 12, 2024
1 parent ca81752 commit e5a2d64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-pre-test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
;; (ql-dist:install-dist "http://beta.quicklisp.org/dist/quicklisp/2020-10-16/distinfo.txt"
;; :replace t
;; :prompt nil)
(push :travis *features*)
(push :ci *features*)
(print *features*)
(push #P"./" ql:*local-project-directories*)
(print (ql:where-is-system "py4cl2-cffi"))
(ql:quickload "py4cl2-cffi-tests")
Expand Down

0 comments on commit e5a2d64

Please sign in to comment.