sudo: required
dist: trusty
branches:
only:
- master
services:
- docker
before_install:
- docker pull ubuntu:16.04
script:
- docker run ubuntu:16:04