Skip to content

Commit

Permalink
chore(qa): only run Danger if secure env vars are available
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jan 23, 2019
1 parent d2db5a3 commit 259745c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:
script:
- npm run test:ci
- commitlint-travis
- npm run danger
- if [ "$TRAVIS_SECURE_ENV_VARS" == true ]; then npm run danger; fi
- npm run report:package
after_success:
- mv coverage/lcov-report build || true
Expand Down

0 comments on commit 259745c

Please sign in to comment.