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

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]