Skip to content

Commit

Permalink
Update URL of cl-travis install script
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Jul 18, 2020
1 parent ec56fa7 commit a750ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ notifications:
skip_join: true

install:
- curl -L https://raw.githubusercontent.com/sionescu/cl-travis/master/install.sh | sh
- curl -L https://raw.githubusercontent.com/lispci/cl-travis/master/install.sh | sh

script:
- cl -e "(prin1 (lisp-implementation-type)) (terpri) (prin1 (lisp-implementation-version)) (terpri)
Expand Down

0 comments on commit a750ccb

Please sign in to comment.