From b66dd99721a213f4117adb30f92c71f8b77aac73 Mon Sep 17 00:00:00 2001 From: Francesco Sardo Date: Thu, 10 Sep 2015 23:59:31 +0100 Subject: [PATCH] Temporary test --- build.boot | 2 +- circle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.boot b/build.boot index a98b91f..4b0338b 100644 --- a/build.boot +++ b/build.boot @@ -30,7 +30,7 @@ "0.1.0-SNAPSHOT")) (task-options! - pom {:project 'frankiesardo/linked + pom {:project 'frankiesardo/lab :version +version+ :description "Efficient ordered map and set." :url "https://github.com/frankiesardo/linked" diff --git a/circle.yml b/circle.yml index f0c201b..0f7223e 100644 --- a/circle.yml +++ b/circle.yml @@ -18,7 +18,7 @@ deployment: - git clone $DOTFILES ~/dotfiles && . ~/dotfiles/init.sh - boot deploy snapshot: - branch: master + branch: boot+cljc commands: - git clone $DOTFILES ~/dotfiles && . ~/dotfiles/init.sh - boot deploy