We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c16981 commit c1eca2fCopy full SHA for c1eca2f
.travis.yml
@@ -22,15 +22,6 @@ script:
22
matrix:
23
include:
24
- 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
31
- script: scripts/docker-deploy.sh "$TRAVIS_COMMIT" latest
32
33
- branch: master
34
- env: TEST_ENV=ubuntu-18.04-llvm-5.0
35
- env: TEST_ENV=formatting
36
before_script:
scripts/docker-deploy.sh
0 commit comments