Skip to content

Commit

Permalink
feat: exclude integration tests jobs in MR
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBrosse committed Sep 3, 2019
1 parent 36e5da9 commit b4a310a
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 @@ -15,10 +15,14 @@ matrix:
env: TEST_WITH_REAL_API=0 GOTESTFLAGS="-race -cpu=1,2,4"
- go: "1.10"
env: TEST_WITH_REAL_API=1
exclude:
env: TRAVIS_SCALEWAY_ORGANIZATION=""
- go: "1.11"
env: TEST_WITH_REAL_API=0 GOTESTFLAGS="-race -cpu=1,2,4"
- go: "1.11"
env: TEST_WITH_REAL_API=1
exclude:
env: TRAVIS_SCALEWAY_ORGANIZATION=""
- go: tip
env: TEST_WITH_REAL_API=0 GOTESTFLAGS="-race -cpu=1,2,4"
allow_failures:
Expand Down

0 comments on commit b4a310a

Please sign in to comment.