solidity/.travis.yml

15 lines
345 B
YAML
Raw Normal View History

2016-06-24 14:25:19 +00:00
language: cpp
cache: ccache
matrix:
include:
- os: linux
dist: trusty
sudo: required
env: TRAVIS_BUILD_TYPE=Debug
- os: osx
osx_image: xcode7.3
env: TRAVIS_BUILD_TYPE=Debug
git:
depth: 2
before_install: ./install_dependencies.sh
script: ./fetch_umbrella_build_and_test.sh