Skip to content

Commit

Permalink
Move tests from travis to circle
Browse files Browse the repository at this point in the history
Move tests to circle
  • Loading branch information
mdeggies authored Mar 26, 2020
1 parent 9f8a752 commit fa86158
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2.1

references:
images:
golang: &GO_IMAGE circleci/golang:1.12

jobs:
make-test:
docker:
- image: *GO_IMAGE
environment:
GO111MODULE: "on"
working_directory: /go/src/github.com/hashicorp/vault-plugin-auth-azure
steps:
- checkout
- run: make test

workflows:
tests:
jobs:
- make-test
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

0 comments on commit fa86158

Please sign in to comment.