Create .travis.yml

This commit is contained in:
Jonas Kvinge 2018-07-05 17:18:49 +02:00 committed by GitHub
parent 670cd4e081
commit ca2acb177a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: C++
sudo: false
os:
- linux
- osx
dist: trusty
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq [packages list]