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: matrix:
include: include:
- os: linux - os: linux
compiler: compiler: gcc
- gcc
- os: osx - os: osx
compiler: compiler: clang
- clang
script: make -j script: make -j
before_deploy: make -j archive before_deploy: make -j archive