Skip to content

Commit

Permalink
.travis.yml: Add travis file for simple CI
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Milner <smilner@redhat.com>
  • Loading branch information
ashcrow committed Aug 9, 2019
1 parent a172d3b commit da3be64
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python
python:
- "3.6"
install:
- "pip install -r server/requirements.txt"
- "pip install -r server/test-requirements.txt"
script:
- "make check"
- "wget -O server/fcct-x86_64-unknown-linux-gnu https://github.com/coreos/fcct/releases/download/v0.2.0/fcct-x86_64-unknown-linux-gnu"
- "chmod a+x server/fcct-x86_64-unknown-linux-gnu"
- "make test"
notifications:
email: false

0 comments on commit da3be64

Please sign in to comment.