Skip to content

Commit

Permalink
test for other archs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Ludwig committed Aug 19, 2016
1 parent c5d12a4 commit 246ed01
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,5 +23,8 @@ deploy:
on:
tags: true
matrix:
fast_finish: true
allow_failures:
- go: tip
exclude:
- go: 1.5.4
- go: 1.6.3

0 comments on commit 246ed01

Please sign in to comment.