From d70e46a9b033acd5c8b8177720355f3352a89fb4 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Wed, 19 Oct 2016 15:30:14 +0100 Subject: [PATCH] circleci: triton install after node version is set --- circle.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 525b70e8..84bb0d1f 100644 --- a/circle.yml +++ b/circle.yml @@ -1,8 +1,7 @@ ## Customize the test machine machine: - pre: - - npm install -g triton post: + - npm install -g triton - echo '{"url":"https://eu-ams-1.api.joyent.com","account":"'$SDC_ACCOUNT'","keyId":"c3:30:35:9b:85:48:73:44:31:cc:4b:2e:6a:00:16:e2","name":"eu-ams-1","curr":true}' | triton profile create -f - - ./bin/setup.sh