Skip to content

Commit

Permalink
add test in travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBrosse committed Sep 3, 2019
1 parent 172bb59 commit 2363a8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ matrix:
env: TEST_WITH_REAL_API=0 GOTESTFLAGS="-race -cpu=1,2,4"
- go: "1.11"
env: TEST_WITH_REAL_API=1
- go: "1.12"
env: TEST_WITH_REAL_API=0 GOTESTFLAGS="-race -cpu=1,2,4"
- go: "1.12"
env: TEST_WITH_REAL_API=1
- go: tip
env: TEST_WITH_REAL_API=0 GOTESTFLAGS="-race -cpu=1,2,4"
allow_failures:
Expand Down

0 comments on commit 2363a8e

Please sign in to comment.