1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-11 04:28:58 +00:00

Removes dead travis.yml.

Travis never worked; GitHub actions do; that's CI.
This commit is contained in:
Thomas Harte 2019-11-14 19:58:24 -05:00
parent f16f0897d5
commit 11de0e198f

View File

@ -1,13 +0,0 @@
# language: objective-c
# osx_image: xcode8.2
# xcode_project: OSBindings/Mac/Clock Signal.xcodeproj
# xcode_scheme: Clock Signal
# xcode_sdk: macosx10.12
language: cpp
before_install:
- sudo apt-get install libsdl2-dev
script: cd OSBindings/SDL && scons
compiler:
- clang
- gcc