Files
dokku-mongo/.travis.yml
Jose Diaz-Gonzalez ea9971404f Add testing for all supported versions of dokku
Also drop support for 0.3.x
2016-05-08 02:59:32 -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