diff --git a/.travis.yml b/.travis.yml index 97f4439..9d92d9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: install: # Install Roswell - - curl -L https://raw.githubusercontent.com/fukamachi/roswell/fix-prefix/scripts/install-for-ci.sh | sh + - curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh before_script: - git clone https://github.com/fukamachi/clack ~/lisp/clack diff --git a/circle.yml b/circle.yml index 1e83111..edfc44d 100644 --- a/circle.yml +++ b/circle.yml @@ -4,7 +4,7 @@ machine: checkout: pre: - - curl -L https://raw.githubusercontent.com/fukamachi/roswell/fix-prefix/scripts/install-for-ci.sh | sh + - curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh - case $CIRCLE_NODE_INDEX in 0) ros config set default.lisp sbcl-bin ;; 1) ros install ccl-bin;