mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Let's see what happens.
This commit is contained in:
parent
5e61fa785e
commit
01f869f1b6
@ -5,6 +5,10 @@ env:
|
|||||||
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
|
||||||
# safelist
|
# safelist
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
@ -16,6 +20,7 @@ services:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
# enable experimental features.
|
# enable experimental features.
|
||||||
|
- echo $TRAVIS_DIST
|
||||||
- echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
- echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
|
||||||
- mkdir $HOME/.docker
|
- mkdir $HOME/.docker
|
||||||
- touch $HOME/.docker/config.json
|
- touch $HOME/.docker/config.json
|
||||||
|
Loading…
Reference in New Issue
Block a user