We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daef3db commit cd33f6dCopy full SHA for cd33f6d
.travis.yml
@@ -20,6 +20,6 @@ install:
20
- ./scripts/internal-distro.py --workspace=src distribution.yml --repository "${REPOSITORY}"
21
script:
22
- ./scripts/internal-build.sh ${PACKAGE_NAMES}
23
-- ./scripts/internal-test.sh ${PACKAGE_NAMES}
+- travis_wait ./scripts/internal-test.sh ${PACKAGE_NAMES}
24
after_script:
25
- ./scripts/view-all-results.sh test_results
0 commit comments