Browse Source

Add travis config

tags/v0.2.0
Alexandre Anriot 6 years ago
parent
commit
c350b4a1da
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      .travis.yml

+ 17
- 0
.travis.yml View File

@@ -0,0 +1,17 @@
language: ruby
sudo: required
cache: bundler

rvm:
- 2.3.5

services:
- docker

script:
- bundle exec kitchen test

env:
matrix:
- DISTRIB=debian:stretch/9
- DISTRIB=ubuntu:xenial/16.04

Loading…
Cancel
Save