Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fix(snyk): travis snyk setup with snyk auth (#1749)
Browse files Browse the repository at this point in the history
* fix(snyk): travis snyk setup
  • Loading branch information
lirantal authored Apr 7, 2017
1 parent f838404 commit d7b6d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ before_install:
- 'node_modules/protractor/bin/webdriver-manager start 2>&1 &'
- sleep 3
before_script:
- snyk auth $SNYK_TOKEN
- snyk test
after_script:
- nsp check
Expand Down

0 comments on commit d7b6d95

Please sign in to comment.