Travis FTW

This commit is contained in:
Thomas LEVEIL 2015-12-06 21:19:55 +00:00
parent 6adc04be83
commit f739d9179c
2 changed files with 14 additions and 17 deletions

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
sudo: required
services:
- docker
before_install:
- docker version
- docker info
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats
- make update-dependencies
script:
- make test

View file

@ -1,17 +0,0 @@
machine:
pre:
- sudo curl -L -o /usr/bin/docker 'https://s3-external-1.amazonaws.com/circle-downloads/docker-1.9.1-circleci'
- sudo chmod 0755 /usr/bin/docker
services:
- docker
dependencies:
override:
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats
- make update-dependencies
test:
override:
- make test