Update .travis.yml

pull/1/head
webhainaut 6 years ago committed by GitHub
parent 8472d2dde8
commit d0c01f693b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .travis.yml

@ -1,10 +1,5 @@
language: bash
os: linux
arch:
- amd64
- arm64
- ppc64le
- s390x
services: docker
sudo: required
@ -13,4 +8,4 @@ script:
- docker build .
after_script:
- docker images
- docker images

Loading…
Cancel
Save