mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-22 02:06:17 -05:00
cleanup
This commit is contained in:
parent
5cda79a339
commit
12a2b48a90
30
.travis.yml
30
.travis.yml
|
|
@ -1,11 +1,12 @@
|
|||
sudo: false # force container-based builds (no start-up time!)
|
||||
|
||||
dist: trusty # force 14.04 trusty build
|
||||
|
||||
language: python
|
||||
|
||||
cache: pip # enable cache for "$HOME/.cache/pip" directory
|
||||
|
||||
env:
|
||||
global:
|
||||
- ENCRYPTION_LABEL: ec68c19ba263
|
||||
|
||||
|
||||
before_install:
|
||||
- export CFLAGS=-O0 # considerably speed-up build time for pip packages (especially lxml), optimizations doesn't matter for ci
|
||||
- pip install PyYAML
|
||||
|
|
@ -19,15 +20,6 @@ script: bash ./.ci/deploy.sh
|
|||
after_script:
|
||||
- sleep 10 # helps travis finish logging
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
webhooks:
|
||||
urls:
|
||||
- https://webhooks.gitter.im/e/691b9acffe1def5f9d6b
|
||||
on_success: change # options: [always|never|change] default: always
|
||||
on_failure: change # options: [always|never|change] default: always
|
||||
on_start: never # options: [always|never|change] default: always
|
||||
|
||||
|
||||
# Builds for pull requests skip the deployment step altogether
|
||||
deploy:
|
||||
|
|
@ -65,7 +57,11 @@ deploy:
|
|||
condition: $TRAVIS_TAG =~ ^[0-9] # regex to skip automatically added "untagged" tags from continious deployment "Current output"
|
||||
|
||||
|
||||
env:
|
||||
global:
|
||||
- ENCRYPTION_LABEL: ec68c19ba263
|
||||
- COMMIT_AUTHOR_EMAIL: you@example.com
|
||||
notifications:
|
||||
email: false
|
||||
webhooks:
|
||||
urls:
|
||||
- https://webhooks.gitter.im/e/691b9acffe1def5f9d6b
|
||||
on_success: change # options: [always|never|change] default: always
|
||||
on_failure: change # options: [always|never|change] default: always
|
||||
on_start: never # options: [always|never|change] default: always
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user