Create .travis.yml

This commit is contained in:
Charles J. Cliffe 2019-01-07 21:14:36 -05:00 committed by GitHub
parent b27a8890d6
commit f1bcfe6474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
dist: trusty
language: cpp
script: cmake
addons:
apt:
packages:
- ibpulse-dev
- libgtk-3-dev
- freeglut3
- freeglut3-dev