Use the official master branch of Roswell.

This commit is contained in:
Eitaro Fukamachi 2015-06-16 03:04:03 +09:00
parent 66d7a5af70
commit 5fceea7d90
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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;