diff --git a/.travis.yml b/.travis.yml index 87f8c8fd4..e80576229 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,10 @@ go_import_path: github.com/goodrain/rainbond go: - "1.8.3" -# https://docs.travis-ci.com/user/customizing-the-build/#Rows-that-are-Allowed-to-Fail -env: - # Run coverage tests. matrix: fast_finish: true allow_failures: - go: "1.8.3" - script: - make build \ No newline at end of file