Block travis from running ldap tests as the test server is often failing

This commit is contained in:
Jeff Mitchell 2018-05-30 08:46:25 -04:00
parent 52ab8f50ea
commit c4b53bc805
2 changed files with 5 additions and 3 deletions

View File

@ -38,9 +38,9 @@ branches:
- travis-testing
env:
- TEST_COMMAND='make dev test-ember'
- TEST_COMMAND='travis_wait 75 make test'
- TEST_COMMAND='travis_wait 75 make testrace'
- TEST_COMMAND='BUILD_TAGS="vault travis" make dev test-ember'
- TEST_COMMAND='travis_wait 75 BUILD_TAGS="vault travis" make test'
- TEST_COMMAND='travis_wait 75 BUILD_TAGS="vault travis" make testrace'
script:

View File

@ -1,3 +1,5 @@
// +build !travis
package ldap
import (