open-nomad/.travis.yml
Alex Dadgar 1ceb6f012a Fix a bunch of tests
Up timeouts

trusty travis beta

Increase timeouts
2016-01-20 16:03:53 -08:00

29 lines
240 B
YAML

sudo: required
dist: trusty
services:
- docker
language: go
go:
- 1.5.3
- tip
env:
- TRAVIS_RUN=true
matrix:
allow_failures:
- go: tip
branches:
only:
- master
install:
- make bootstrap
script:
- make test