summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2018-09-21 23:19:48 -0700
committerJohn Hawthorn <john@hawthorn.email>2018-09-22 14:13:05 -0700
commit249b6c94a90ce03dd79cac23ba7d03e3bc7cd164 (patch)
tree6ac14b5c16a0ef7ec5465369fed9e91558d0af2d /.travis.yml
parent36bee8ba4d19766dbcfb0aa993034f5c8d4c7d8f (diff)
Move acceptance tests to separate travis stage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 7 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index cece2e1..cc02be5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,20 +1,19 @@
+dist: trusty
+sudo: false
language: c
-script: make && make check
compiler:
- clang
- gcc
os:
- linux
- osx
-sudo: false
-matrix:
+script: make && make check
+jobs:
include:
- - language: ruby
- rvm: 2.3.3
+ - stage: Acceptance Test
+ language: ruby
+ rvm: 2.5.1
script: make acceptance
- env: NAME="Acceptance Tests"
- dist: trusty
- compiler:
addons:
apt:
packages: