From b0941d60d2c626f2291ecbf6ce60b03f7db3b8e1 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Fri, 13 Jan 2017 21:21:54 -0800 Subject: Run acceptance tests on TravisCI --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c0b3c35..cece2e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,15 @@ os: - linux - osx sudo: false +matrix: + include: + - language: ruby + rvm: 2.3.3 + script: make acceptance + env: NAME="Acceptance Tests" + dist: trusty + compiler: + addons: + apt: + packages: + - tmux -- cgit v1.2.3