Skip to content

Commit

Permalink
chore(flakiness): add travis to flakiness dashboard (#4825)
Browse files Browse the repository at this point in the history
This attempts to add flakiness dashboard for travis builds.
  • Loading branch information
aslushnikov committed Aug 9, 2019
1 parent 763e390 commit d347fcb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@ script:
- 'if [ "$NODE8" = "true" ]; then npm run unit-bundle; fi'
- 'if [ "$NODE6" = "true" ]; then npm run unit-node6; fi'
jobs:
env:
- FLAKINESS_DASHBOARD_BUILD_URL=${TRAVIS_JOB_WEB_URL}
include:
- node_js: "8.11.3"
env: NODE8=true
env:
- NODE8=true
- FLAKINESS_DASHBOARD_NAME=Travis Chromium (node8 + linux)
- node_js: "6.12.3"
env: NODE6=true
env:
- NODE6=true
- FLAKINESS_DASHBOARD_NAME=Travis Chromium (node6 + linux)
before_deploy: "npm run apply-next-version"
deploy:
provider: npm
Expand Down

0 comments on commit d347fcb

Please sign in to comment.