Skip to content

Commit

Permalink
Merge a1ee797 into 09a2cb3
Browse files Browse the repository at this point in the history
  • Loading branch information
dichn committed Sep 11, 2020
2 parents 09a2cb3 + a1ee797 commit dbb1bb2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ language: python

install: pip install tox

services:
- docker

jobs:
include:
- python: "3.6"
Expand All @@ -13,7 +16,12 @@ jobs:
- python: "3.6"
env: TOX_ENV=docs

script: tox -e $TOX_ENV
before_install:
- docker --version
- docker build . -f openshift/containers/exodus-gw/Dockerfile

script:
- tox -e $TOX_ENV

after_success:
- test $TOX_ENV = docs && scripts/push-docs
- test $TOX_ENV = docs && scripts/push-docs

0 comments on commit dbb1bb2

Please sign in to comment.