We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 770f29e + e791690 commit 7fdc784Copy full SHA for 7fdc784
1 file changed
.travis.yml
@@ -3,21 +3,21 @@ dist: xenial
3
language: python
4
python:
5
- "3.6"
6
-branches:
7
- only:
8
- - test
9
- - master
10
jobs:
11
include:
12
- stage: docker
13
script: docker build . -t glider-dac-status
14
deploy:
15
- provider: script
16
- script: bash "$TRAVIS_BUILD_DIR/scripts/docker_push.sh"
17
- on:
18
- repo: ioos/glider-dac-status
19
- branch: master
20
- tags: true
+ - provider: script
+ script: bash "$TRAVIS_BUILD_DIR/scripts/docker_push.sh"
+ on:
+ repo: ioos/glider-dac-status
+ branch: master
+ tags: true
21
- stage: test
22
install: cp tests/Dockerfile ./Dockerfile
23
script: docker build . -t test
0 commit comments