Skip to content

Commit

Permalink
add more travis build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
trapexit committed Apr 11, 2017
1 parent 1089af9 commit 5f3aa6e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@ language: cpp
matrix:
include:
- os: linux
dist: precise
compiler: gcc
sudo: false
- os: linux
dist: precise
compiler: clang
sudo: false
- os: linux
dist: trusty
compiler: gcc
sudo: false
- os: linux
dist: trusty
compiler: clang
sudo: false
- os: osx
compiler: clang

Expand Down

0 comments on commit 5f3aa6e

Please sign in to comment.