From ae5b8ea8fc463ccb120a25fd43e28ba9f8e4d89f Mon Sep 17 00:00:00 2001 From: David Gageot Date: Tue, 26 Jan 2016 11:53:19 +0100 Subject: [PATCH] Simplify CircleCI configuration Signed-off-by: David Gageot --- circle.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/circle.yml b/circle.yml index 655f9bc2..1b2f1a97 100644 --- a/circle.yml +++ b/circle.yml @@ -1,18 +1,13 @@ machine: pre: - # Install gvm - bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/1.0.22/binscripts/gvm-installer) - # Install bats - - git clone https://github.com/sstephenson/bats.git && cd bats && sudo ./install.sh /usr/local post: - gvm install go1.5.3 -B --name=stable environment: - # Convenient shortcuts to "common" locations CHECKOUT: /home/ubuntu/$CIRCLE_PROJECT_REPONAME BASE_DIR: src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME - # Trick circle brainflat "no absolute path" behavior BASE_STABLE: ../../../$HOME/.gvm/pkgsets/stable/global/$BASE_DIR dependencies: