Delete .travis.yml

This commit is contained in:
Nielsbishere 2019-12-04 14:33:17 +01:00 committed by GitHub
parent 93f0f5df3b
commit a8869b2172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +0,0 @@
language: c
sudo: required
dist: xenial
os:
- linux
compiler:
- gcc
- clang
before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then
sudo apt-get update -qq;
sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libglew-dev;
fi
script:
- make -C demo/glfw_opengl2
- make -C demo/glfw_opengl3
- make -C example