Skip to content

Commit

Permalink
Merge pull request #109 from felicianotech/circleci
Browse files Browse the repository at this point in the history
Try out CircleCI.
  • Loading branch information
mattstratton committed Mar 14, 2019
2 parents 7092c33 + 28a53a2 commit 8f7b7bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
build:
docker:
- image: circleci/golang:1.8.3
working_directory: /go/src/github.com/PagerDuty/go-pagerduty
steps:
- checkout
- run:
name: "Build"
command: make build

0 comments on commit 8f7b7bc

Please sign in to comment.