Skip to content

Commit

Permalink
travis: move example tests to a separate run
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Nov 5, 2019
1 parent b09352f commit 8463dcc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -10,6 +10,8 @@ matrix:
env: RUN386=1
- go: 1.13.x
env: GRPC_GO_RETRY=on
- go: 1.13.x
env: TESTEXAMPLES=on
- go: 1.12.x
env: GO111MODULE=on
- go: 1.11.x
Expand All @@ -33,8 +35,8 @@ install:

script:
- set -e
- if [[ "${TESTEXAMPLES}" = 1 ]]; then examples/examples_test.sh; exit 0; fi
- if [[ "${VET}" = 1 ]]; then ./vet.sh; fi
- if [[ "${GAE}" = 1 ]]; then make testappengine; exit 0; fi
- if [[ "${RACE}" = 1 ]]; then make testrace; exit 0; fi
- make test
- examples/examples_test.sh

0 comments on commit 8463dcc

Please sign in to comment.