Tweak again.

This commit is contained in:
Nicholas Marriott 2019-05-29 14:24:09 +01:00
parent 409d52ed41
commit 4425c1e1b3

View File

@ -1,13 +1,12 @@
language: c
os: os:
- linux - linux
- osx - osx
language: c compiler:
- gcc
matrix: - clang
include:
- compiler: gcc
- compiler: clang
before_install: before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq; fi