diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000000000000000000000000000000000..e1bd940a3997ba4033a19462d291b4f719901b49 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,26 @@ +language: cpp +cache: + directories: + - $HOME/.ccache + - $HOME/.cache/pip + - $TRAVIS_BUILD_DIR/build/third_party +sudo: required +dist: trusty +os: + - linux +addons: + apt: + packages: + - gcc-4.8 + - g++-4.8 + - git + - python + - python-pip + - python2.7-dev + - python-wheel + - clang-format-3.8 + - ccache +notifications: + email: + on_success: change + on_failure: always