Files
minideb/.travis.yml
T
James Westby 513929ecd6 Build on trusty
This gives us more recent versions of the tools we use.
2017-02-10 11:48:28 +00:00

16 lines
294 B
YAML

language: bash
sudo: required
script: sudo bash buildall
dist: trusty
services:
- docker
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y debian-archive-keyring debootstrap
deploy:
provider: script
script: bash pushall
skip_cleanup: true
on:
branch: master