diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 3c43745..3ec1a02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,16 @@ language: cpp os: linux dist: bionic +branches: + only: + - master + +addons: + apt: + update: true + packages: + - mingw-w64 + env: global: - boost_version=1.71.0 @@ -11,12 +21,6 @@ env: - build_type=debug arch=x64 - build_type=release arch=x64 -addons: - apt: - update: true - packages: - - mingw-w64 - before_script: - ./.travis/build_boost.sh |