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 823aa01
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 Down Expand Up @@ -37,4 +39,4 @@ script:
- if [[ "${GAE}" = 1 ]]; then make testappengine; exit 0; fi
- if [[ "${RACE}" = 1 ]]; then make testrace; exit 0; fi
- make test
- examples/examples_test.sh
- if [[ "${TESTEXAMPLES}" = 1 ]]; then examples/examples_test.sh; exit 0; fi

0 comments on commit 823aa01

Please sign in to comment.