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

Commit

Permalink
Fix: fix travis cli for manos & linux (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Nov 24, 2020
1 parent bfde6a3 commit aef706c
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 @@ -11,6 +11,7 @@ before_install:

before_script:
- npm install
- npm install snyk
- 'if [[ "$TRAVIS_PULL_REQUEST" = "false" ]]; then snyk auth $SNYK_TOKEN; fi'
- mkdir prebuild-src
- 'if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then cp -R src/. prebuild-src/; fi'
Expand Down

0 comments on commit aef706c

Please sign in to comment.