Files
dokku-postgres/.travis.yml
Jose Diaz-Gonzalez 78fcca6896 Add testing for all supported versions of dokku
Also drop support for 0.3.x
2016-05-08 03:10:15 -04:00

9 lines
144 B
YAML

sudo: required
dist: trusty
language: bash
env:
- DOKKU_VERSION=master
- DOKKU_VERSION=v0.4.14
before_install: make setup
script: make test