diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 92d7bd0..bda79e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ go: - 1.11.x - 1.12.x -os: +os: - linux dist: xenial @@ -19,7 +19,7 @@ before_script: - chmod +x ./cc-test-reporter - ./cc-test-reporter before-build -script: +script: - go test -v -race --coverprofile=c.out ./... - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT - make |