1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-28 05:34:47 +01:00

Fixed typos

This commit is contained in:
Martin Tůma 2017-12-03 11:52:41 +01:00
parent afbb8c3284
commit 34c5ba4669

View File

@ -1,8 +1,8 @@
language: c++
os:
-linux
-osx
- linux
- osx
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi