Skip to content

Commit

Permalink
Merge pull request #772 from achanda/travis
Browse files Browse the repository at this point in the history
Use the CI env variable
  • Loading branch information
dadgar committed Feb 6, 2016
2 parents 652da98 + 4f33b57 commit 2313db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go:
- tip

env:
- TRAVIS_RUN=true DOCKER_VERSION=1.9.1
- DOCKER_VERSION=1.9.1

matrix:
allow_failures:
Expand Down
2 changes: 1 addition & 1 deletion testutil/wait.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const (
// TravisRunEnv is an environment variable that is set if being run by
// Travis.
TravisRunEnv = "TRAVIS_RUN"
TravisRunEnv = "CI"
)

type testFn func() (bool, error)
Expand Down

0 comments on commit 2313db3

Please sign in to comment.