Skip to content

Commit

Permalink
Minor travis spec. update
Browse files Browse the repository at this point in the history
  • Loading branch information
epcim committed May 4, 2018
1 parent 8d50e9e commit df9ac22
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ language: python
cache: pip
python:
- '3.6'
service:

services:
- docker
stages:
- name: test
Expand Down Expand Up @@ -90,3 +91,12 @@ jobs:
- "./entrypoint.sh &"
- sleep 2
- wget -O - http://localhost:5000/api/v1/health

notifications:
webhooks:
on_success: change # options: [always|never|change] default: always
on_failure: never
on_start: never
on_cancel: never
on_error: never
email: true

0 comments on commit df9ac22

Please sign in to comment.