diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b42565093..5e4e662ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,11 @@ jobs: - make lint go: 1.10.x - script: + - make gofmt + - make lint + go: 1.10.x + os: osx + - script: - make testunit go: 1.9.x - stage: Build and Verify |