Explorar el Código

Add travis config

tags/v0.2.0
Alexandre Anriot hace 6 años
padre
commit
c350b4a1da
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. +17
    -0
      .travis.yml

+ 17
- 0
.travis.yml Ver fichero

@@ -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

Cargando…
Cancelar
Guardar