Skip to content

Commit

Permalink
Use the latest release of Roswell for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Jul 31, 2015
1 parent bd77abc commit db55fc8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions circle.yml
@@ -1,11 +1,10 @@
machine: machine:
environment: environment:
PATH: ~/.roswell/bin:$PATH PATH: ~/.roswell/bin:$PATH
ROSWELL_BRANCH: v0.0.3.37


dependencies: dependencies:
pre: pre:
- curl -L https://raw.githubusercontent.com/snmsts/roswell/master/scripts/install-for-ci.sh | sh; - curl -L https://raw.githubusercontent.com/snmsts/roswell/release/scripts/install-for-ci.sh | sh;
- case $CIRCLE_NODE_INDEX in - case $CIRCLE_NODE_INDEX in
0) ros config set default.lisp sbcl-bin ;; 0) ros config set default.lisp sbcl-bin ;;
1) ros install ccl-bin; 1) ros install ccl-bin;
Expand All @@ -21,4 +20,4 @@ dependencies:


test: test:
override: override:
- run-prove qlot-test.asd: {parallel: true} - run-prove qlot-test.asd: {parallel: true}

0 comments on commit db55fc8

Please sign in to comment.