tahoma2d/.travis.yml
ice0 c834f180d8 simplify script (#2245)
* simplify script

* git depth reduced to 1 (history not needed for build)

* Enabled ccache for gcc builds
2018-10-12 16:01:39 +09:00

23 lines
374 B
YAML

language: cpp
git:
depth: 1
sudo: required
dist: trusty
install:
- bash ci-scripts/$TRAVIS_OS_NAME/travis-install.sh
script:
- bash ci-scripts/$TRAVIS_OS_NAME/travis-build.sh
matrix:
include:
- os: linux
compiler: gcc
cache: ccache
- os: linux
compiler: clang
- os: osx
osx_image: xcode8.3