From 34c5ba4669ee4152069ee997c4a4a262618cd1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 3 Dec 2017 11:52:41 +0100 Subject: [PATCH] Fixed typos --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c8866888..20fc41c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: c++ os: - -linux - -osx + - linux + - osx before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi