mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-28 09:33:55 -07:00
.travis folder (#2805)
This commit is contained in:
parent
e694cbe854
commit
2557a2183d
3 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ matrix:
|
||||||
|
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
|
||||||
install: "./travis-dependencies.sh"
|
install: bash ./.travis/travis-dependencies.sh
|
||||||
|
|
||||||
script: "./travis-compile.sh"
|
script: bash ./.travis/travis-compile.sh
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue