diff --git a/wercker.yml b/wercker.yml deleted file mode 100644 index ac14fc9..0000000 --- a/wercker.yml +++ /dev/null @@ -1,19 +0,0 @@ -box: golang:1.8 -build: - steps: - - wercker/setup-go-workspace: - package-dir: github.com/alexkappa/mustache - - script: - name: update submodules - code: | - git submodule update --init --recursive - - script: - name: go build - code: | - go build - - script: - name: go test - code: | - go test -coverprofile=c.out - - yieldr/test-reporter: - id: $CODECLIMATE_REPO_TOKEN