Skip to content

Commit

Permalink
add Travis config to get this party started
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTheCanuck committed May 29, 2018
1 parent b55f870 commit d14812c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
sudo: required

language: python
python:
- "3.6"

services:
- docker

install:
- pip install --upgrade awscli

script:
- bin/build.sh -p
- bin/test.sh -p

after_success:
- bin/deploy.sh

0 comments on commit d14812c

Please sign in to comment.