Fixes YAML for travis

Apparently, one element confuses Travis
This commit is contained in:
Colin Dean 2018-04-08 13:39:28 -04:00
parent 1d0b87c6c5
commit ca2ae12337

View File

@ -3,11 +3,9 @@ language: c
matrix:
include:
- os: linux
compiler:
- gcc
compiler: gcc
- os: osx
compiler:
- clang
compiler: clang
script: make -j
before_deploy: make -j archive