@cryptotaxi247 / kubo / commits / 1961221a3

circleci: cleanup config

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Mar 4, 2019 at 22:35 UTC 1961221a3861cf907417a65058ac975eea891f75
1 file changed +1 -2
.circleci/config.yml
+1 -2
@@ -4,13 +4,12 @@ defaults: &defaults
4 working_directory: ~/ipfs/go-ipfs
5 environment:
6 GO111MODULE: "on"
7 - TEST_NO_FUSE: 1
7 TEST_NO_DOCKER: 1
8 + TEST_NO_FUSE: 1
9 GOPATH: /home/circleci/.go_workspace
10 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
11 CIRCLE: 1
12 SERVICE: circle-ci
13 - TEST_NO_DOCKER: 1
13 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
14 TEST_VERBOSE: 1
15 TRAVIS: 1