Skip to content

Commit

Permalink
Adding FOSSA and Travis info
Browse files Browse the repository at this point in the history
  • Loading branch information
yosinski committed Dec 4, 2019
1 parent 24c2753 commit 9d80757
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .fossa.yml
@@ -0,0 +1,9 @@
# Generated by FOSSA CLI (https://github.com/fossas/fossa-cli)
# Visit https://fossa.com to learn more

version: 2
cli:
server: https://app.fossa.com
fetcher: custom
project: git@github.com:uber-research/PPLM.git
analyze: {}
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script:
# your build scripts before running `fossa`
# NOTE: before running `fossa` make sure to save your FOSSA_API_KEY in your
# environment variable in Travis see below.
- fossa init
- fossa analyze

0 comments on commit 9d80757

Please sign in to comment.