summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2017-01-13 21:21:54 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2017-01-13 21:28:19 -0800
commitb0941d60d2c626f2291ecbf6ce60b03f7db3b8e1 (patch)
tree1c9e141e09e3539017477f0abfdb6d9a4c55bc47 /.travis.yml
parent8301d16cb20611501ef57afd95dd46e96bde2552 (diff)
Run acceptance tests on TravisCI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
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