diff --git a/.travis.yml b/.travis.yml index a48429109..21f07c009 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,6 +65,8 @@ jobs: - &integrationtest stage: 'Integration tests' + if: + env(CI_USER_TOKEN) IS present addons: srcclr: true merge_mode: replace @@ -80,4 +82,6 @@ jobs: after_success: travis_terminate 0 - <<: *integrationtest stage: 'Benchmarking tests' + if: + env(CI_USER_TOKEN) IS present env: SDK=java FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH diff --git a/test_external_contrib b/test_external_contrib new file mode 100644 index 000000000..e69de29bb