mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-10 11:48:10 +00:00
Back to classic build.
This commit is contained in:
13
.travis.yml
13
.travis.yml
@@ -1,13 +1,10 @@
|
||||
sudo: required
|
||||
language: bash
|
||||
env:
|
||||
global:
|
||||
- VERSION=4.7.11
|
||||
matrix:
|
||||
- ARCH=arm
|
||||
#- ARCH=arm64
|
||||
- ARCH=amd64
|
||||
- VERSION=4.7.11
|
||||
|
||||
dist: xenial
|
||||
|
||||
# safelist
|
||||
branches:
|
||||
only:
|
||||
@@ -23,5 +20,7 @@ script:
|
||||
- sudo service docker restart
|
||||
- docker version -f '{{.Server.Experimental}}'
|
||||
- docker version
|
||||
- .deploy/docker/build-generic.sh
|
||||
# build everything
|
||||
- .deploy/docker/build-amd64.sh
|
||||
- .deploy/docker/build-arm.sh
|
||||
- .deploy/docker/manifest.sh
|
||||
|
||||
Reference in New Issue
Block a user