diff --git a/.travis.yml b/.travis.yml index b8bad29..32e07df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: c dist: trusty install: false +os: + - linux + - osx compiler: - gcc - clang