Skip to content
Snippets Groups Projects
Commit 53b88e36 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

fix indentation of .travis.yml

parent 3f1d958c
No related branches found
No related tags found
No related merge requests found
...@@ -32,11 +32,11 @@ deploy: ...@@ -32,11 +32,11 @@ deploy:
- master - master
- even-faster-deploy - even-faster-deploy
- provider: releases - provider: releases
api_key: "GITHUB OAUTH TOKEN" api_key: "GITHUB OAUTH TOKEN"
file: "FILE TO UPLOAD" file: "FILE TO UPLOAD"
skip_cleanup: true skip_cleanup: true
on: on:
branch: master branch: master
tags: true tags: true
after_deploy: after_deploy:
- sh $TRAVIS_BUILD_DIR/.travis/docker.sh - sh $TRAVIS_BUILD_DIR/.travis/docker.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment