mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
more-or-less revert
I'm giving up on travis for now.
This commit is contained in:
parent
b79a71e1a3
commit
b869160afa
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
os: linux
|
os: linux
|
||||||
virt: lxd
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
git:
|
git:
|
||||||
depth: false
|
depth: false
|
||||||
|
@ -36,7 +34,7 @@ before_install:
|
||||||
- openssl aes-256-cbc -K $encrypted_8436f2891714_key -iv $encrypted_8436f2891714_iv
|
- openssl aes-256-cbc -K $encrypted_8436f2891714_key -iv $encrypted_8436f2891714_iv
|
||||||
-in id_rsa_uploader.enc -out /tmp/id_rsa_uploader -d
|
-in id_rsa_uploader.enc -out /tmp/id_rsa_uploader -d
|
||||||
- chmod 600 \/tmp\/id_rsa_uploader
|
- chmod 600 \/tmp\/id_rsa_uploader
|
||||||
- sudo apt-get -qq update --allow-unauthenticated
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get install -y python3-lxml imagemagick
|
- sudo apt-get install -y python3-lxml imagemagick
|
||||||
script:
|
script:
|
||||||
- GITREV="$(git describe --tags --dirty)"
|
- GITREV="$(git describe --tags --dirty)"
|
||||||
|
|
Loading…
Reference in a new issue