monger/.travis.yml
Chris Broome 8102c42888
TravisCI: change dist to xenial
- Change distribution to `xenial`
- Remove custom mongodb 4.0 installation since xenial ships with 4.0
- Increase wait time from 5 to 15 seconds
2018-12-04 23:03:14 -05:00

17 lines
265 B
YAML

language: clojure
sudo: required
lein: lein
dist: xenial
before_script:
- mongod --version
- ./bin/ci/before_script.sh
script: lein do clean, javac, test
jdk:
- oraclejdk8
- oraclejdk9
services:
- mongodb
branches:
only:
- master
- 3.0.x-stable