travis-ci -- build on os x.

This commit is contained in:
Kelvin Sherlock 2016-01-27 13:18:48 -05:00
parent 32bca0bad6
commit 57edf1d2a5
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# Ubuntu 14.04 Trusty support for -std=c++14
sudo: required
dist: trusty
# this builds with linux/g++ however, travis-ci's
# linux compilers are hopelessly out of date.
os: osx
osx_image: xcode7.3
language: cpp
compiler:
- clang
- gcc
# - gcc
before_script:
- mkdir build
- cd build