Skip to content

Commit

Permalink
Revert changes to travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Mohan committed Aug 27, 2019
1 parent cb3184e commit 8296c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -14,8 +14,8 @@ jobs:
include:
- stage: test
script:
- docker build -t opendatacube/wms:test .
- docker run opendatacube/wms:test /bin/sh -c "./check-code.sh"
- docker build -t opendatacube/wms:latest .
- docker run opendatacube/wms:latest /bin/sh -c "./check-code.sh"
- ifconfig
- stage: build
if: (branch = master OR (tag = branch)) AND type = push
Expand Down

0 comments on commit 8296c2b

Please sign in to comment.