Skip to content

Commit

Permalink
Merge pull request #10 from bloomberg/pawalt/add-travis
Browse files Browse the repository at this point in the history
Add Travis
  • Loading branch information
Peyton Walters authored May 22, 2020
2 parents 7c88c0c + 83c3084 commit 58ddced
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: go
services:
- docker

go:
- 1.12


script:
- docker --version
- ./ci/build.sh
- ./ci/test.sh

0 comments on commit 58ddced

Please sign in to comment.