From 246ed01c600a15eddf9b2fc9fd0e46e517cb1026 Mon Sep 17 00:00:00 2001 From: Marcel Ludwig Date: Fri, 19 Aug 2016 13:57:42 +0200 Subject: [PATCH] test for other archs --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f88c0e9..3986ba4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,14 @@ env: - GIMME_OS=windows GIMME_ARCH=amd64 sudo: required go: - - 1.5.4 - 1.6.3 + - 1.7 - tip install: - go get -d -v -t ./... script: - export GOMAXPROCS=$(nproc) - - go test ./... +# - go test ./... -timeout=30s -parallel=4 - go build -o tg ./cli/cli.go deploy: provider: releases @@ -23,5 +23,8 @@ deploy: on: tags: true matrix: + fast_finish: true + allow_failures: + - go: tip exclude: - - go: 1.5.4 \ No newline at end of file + - go: 1.6.3 \ No newline at end of file