瀏覽代碼

Add travis config

tags/v0.2.0
Alexandre Anriot 6 年之前
父節點
當前提交
c350b4a1da
共有 1 個文件被更改,包括 17 次插入0 次删除
  1. +17
    -0
      .travis.yml

+ 17
- 0
.travis.yml 查看文件

@@ -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…
取消
儲存