mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-28 12:25:26 -05:00
cleanup
This commit is contained in:
@@ -11,16 +11,12 @@ env:
|
||||
|
||||
before_install:
|
||||
- export CFLAGS=-O0 # considerably speed-up build time for pip packages (especially lxml), optimizations doesn't matter for ci
|
||||
- pip install pyyaml
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script: bash ./.ci/deploy.sh
|
||||
|
||||
after_script:
|
||||
- sleep 10 # helps travis finish logging
|
||||
|
||||
|
||||
## Builds for pull requests skip the deployment step altogether
|
||||
#deploy:
|
||||
|
||||
Reference in New Issue
Block a user