Skip to content

Commit c1eca2f

Browse files
authored
Don't push Docker images (#180)
Since we now provide binaries for each release there's no longer a need for providing Docker images.
1 parent 9c16981 commit c1eca2f

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ script:
2222
matrix:
2323
include:
2424
- env: TEST_ENV=ubuntu-18.04-llvm-6.0
25-
deploy:
26-
- provider: script
27-
script: scripts/docker-deploy.sh "$TRAVIS_COMMIT" "$TRAVIS_TAG"
28-
on:
29-
tags: true
30-
- provider: script
31-
script: scripts/docker-deploy.sh "$TRAVIS_COMMIT" latest
32-
on:
33-
branch: master
3425
- env: TEST_ENV=ubuntu-18.04-llvm-5.0
3526
- env: TEST_ENV=formatting
3627
before_script:

scripts/docker-deploy.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)