From fc3254dad1a982d71b7474383981f37df4458bc6 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 26 Apr 2018 03:28:01 +0200 Subject: [PATCH] Updated travis file --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2608d206..d7bc99e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,14 @@ install: true matrix: allow_failures: - go: master # It's ok if our code fails on unstable development versions of Go. - - script: go get -t ./... # It's ok if the dependency download fails due to missing components directory. # Don't wait for tip tests to finish. Mark the test run green if the # tests pass on the stable versions of Go. fast_finish: true +jobs: + allow_failures: + - script: go get -t ./... # It's ok if the dependency download fails due to missing components directory. + # Don't email me the results of the test runs. notifications: email: false