Skip to content

Commit

Permalink
parallelize travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarraford committed Nov 14, 2017
1 parent efe2e72 commit 660ac2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -3,5 +3,9 @@ sudo: required
services:
- docker

env:
- TEST_OS=trusty
- TEST_OS=xenial

script:
- make test-all
- make test-all-$TEST_OS

0 comments on commit 660ac2b

Please sign in to comment.