Skip to content

Commit

Permalink
Only run tests if encrypted environment variables are available
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinlim committed Feb 20, 2018
1 parent c218740 commit 5f774bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ before_script:
- greenkeeper-lockfile-update
script:
- npm run spec
- npm run test
- if [[ "$TRAVIS_SECURE_ENV_VARS" = true ]]; then npm run test; fi # Only run tests if encrypted environment variables are available.
after_script:
- greenkeeper-lockfile-upload
deploy:
Expand Down

0 comments on commit 5f774bb

Please sign in to comment.