Skip to content

Commit da85df2

Browse files
author
vitalie
committed
.travis.yml updates
1 parent e437a86 commit da85df2

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.travis.yml

+27-27
Original file line numberDiff line numberDiff line change
@@ -10,56 +10,56 @@ cache:
1010

1111
env:
1212
global:
13-
- COVERAGE=1
14-
- PATH=/snap/bin:$PATH
13+
- COVERAGE=1
14+
- PATH=/snap/bin:$PATH
1515
matrix:
16-
- INTEGRATION_SPECS=0
17-
- INTEGRATION_SPECS=1
16+
- INTEGRATION_SPECS=0
17+
- INTEGRATION_SPECS=1
1818

1919
addons:
2020
snaps:
21-
- name: docker
22-
channel: latest/beta
21+
- name: docker
22+
channel: latest/beta
2323

2424
stages:
25-
- test
26-
- ':ship: it to quay.io'
25+
- test
26+
- ':ship: it to quay.io'
2727

2828
jobs:
2929
allow_failures:
30-
- script: ./script/docker-build-and-push
30+
- script: ./script/docker-build-and-push
3131
include:
32-
- stage: test
33-
env:
34-
script: ./script/validate-example-payloads-with-docker
32+
- stage: test
33+
env:
34+
script: ./script/validate-example-payloads-with-docker
3535

36-
- stage: ':ship: it to quay.io'
37-
env:
38-
script: ./script/docker-build-and-push
39-
if: (branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true
36+
- stage: ':ship: it to quay.io'
37+
env:
38+
script: ./script/docker-build-and-push
39+
if: (branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true
4040

4141
before_install:
42-
- gem update --silent --system 3.3.26
42+
- gem update --silent --system 3.3.26
4343

4444
before_script:
45-
- eval "$(script/handle-docker-config)"
46-
- bundle install
47-
- bundle exec rake clean assets:precompile
45+
- eval "$(script/handle-docker-config)"
46+
- bundle install
47+
- bundle exec rake clean assets:precompile
4848

4949
script:
50-
- bundle exec rspec spec
51-
- bundle exec rake shfmt
52-
- bundle exec rake assert_clean
53-
- bundle exec rake shellcheck
54-
- bundle exec rake assert_examples
50+
- bundle exec rspec spec
51+
- bundle exec rake shfmt
52+
- bundle exec rake assert_clean
53+
- bundle exec rake shellcheck
54+
- bundle exec rake assert_examples
5555

5656
after_success: bundle exec codeclimate-test-reporter
5757

5858
after_failure: bundle exec rake dump_examples_logs
5959

6060
before_deploy:
61-
- sudo pip install -U -I Pygments
62-
- ./script/build-s3-index-html
61+
- sudo pip install -U -I Pygments
62+
- ./script/build-s3-index-html
6363

6464
deploy:
6565
provider: s3

0 commit comments

Comments
 (0)