Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ script:
matrix:
include:
- env: TEST_ENV=ubuntu-18.04-llvm-6.0
deploy:
- provider: script
script: scripts/docker-deploy.sh "$TRAVIS_COMMIT" "$TRAVIS_TAG"
on:
tags: true
- provider: script
script: scripts/docker-deploy.sh "$TRAVIS_COMMIT" latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also remove docker-deploy.sh?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, good point I will update the PR

on:
branch: master
- env: TEST_ENV=ubuntu-18.04-llvm-5.0
- env: TEST_ENV=formatting
before_script:
Expand Down
18 changes: 0 additions & 18 deletions scripts/docker-deploy.sh

This file was deleted.