Skip to content

Commit

Permalink
Move acceptance tests to separate travis stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Sep 22, 2018
1 parent 36bee8b commit 249b6c9
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 249b6c9

Please sign in to comment.