From 960e69f7c4cc9c9b67923647b59354868510cbc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 8 May 2016 14:34:24 +0200 Subject: [PATCH] Allow tip to fail on Travis --- .travis.yml | 4 ++++ nohup.out | 1 + 2 files changed, 5 insertions(+) create mode 100644 nohup.out diff --git a/.travis.yml b/.travis.yml index 96d8489..5ebb6cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,10 @@ go: - 1.6.1 - tip +matrix: + allow_failures: + - go: tip + script: - go test -v ./... sudo: false diff --git a/nohup.out b/nohup.out new file mode 100644 index 0000000..8973bf2 --- /dev/null +++ b/nohup.out @@ -0,0 +1 @@ +QProcess::start: Process is already running