Skip to content

Commit

Permalink
remove consul tests from travis runs
Browse files Browse the repository at this point in the history
they have timing out too often
  • Loading branch information
jbardin committed Mar 24, 2017
1 parent 6a13d70 commit 96617b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ language: go
go:
- 1.8

# add TF_CONSUL_TEST=1 to run consul tests
# they were causing timouts in travis
env:
- CONSUL_VERSION=0.7.5 TF_CONSUL_TEST=1 GOMAXPROCS=4
- CONSUL_VERSION=0.7.5 GOMAXPROCS=4

# Fetch consul for the backend and provider tests
before_install:
Expand Down

0 comments on commit 96617b6

Please sign in to comment.