Skip to content

Commit

Permalink
ci(Travis): Update Travis to build new Docker image each time.
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarioustim committed Jan 11, 2019
1 parent d8ad65d commit de07b0f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ git:

services: docker

before_install: docker pull nefarioustim/cerberus-auth
before_install:
- make build

install: true

script:
- docker run -v ${PWD}:/app nefarioustim/cerberus-auth pipenv run pytest
- make test
- sonar-scanner

0 comments on commit de07b0f

Please sign in to comment.