lupt/.travis.yml

9 lines
141 B
YAML

os: "linux"
sudo: "required"
services:
- "docker"
script:
# Test both pristine and cached deploys.
- "./test_buildpack"
- "./test_buildpack"