Skip to content

Commit ae5b8ea

Browse files
committed
Simplify CircleCI configuration
Signed-off-by: David Gageot <david@gageot.net>
1 parent a4d3248 commit ae5b8ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

circle.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
machine:
22
pre:
3-
# Install gvm
43
- bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/1.0.22/binscripts/gvm-installer)
5-
# Install bats
6-
- git clone https://github.com/sstephenson/bats.git && cd bats && sudo ./install.sh /usr/local
74

85
post:
96
- gvm install go1.5.3 -B --name=stable
107

118
environment:
12-
# Convenient shortcuts to "common" locations
139
CHECKOUT: /home/ubuntu/$CIRCLE_PROJECT_REPONAME
1410
BASE_DIR: src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
15-
# Trick circle brainflat "no absolute path" behavior
1611
BASE_STABLE: ../../../$HOME/.gvm/pkgsets/stable/global/$BASE_DIR
1712

1813
dependencies:

0 commit comments

Comments
 (0)