mirror of
https://github.com/colindean/optar.git
synced 2025-03-11 22:17:40 +13:00
Fixes YAML for travis
Apparently, one element confuses Travis
This commit is contained in:
parent
1d0b87c6c5
commit
ca2ae12337
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user