From 01d7f23eff7a9e7165b210af5413dc47357b12a8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 21 Aug 2019 01:29:18 +0300 Subject: Travis: master branch only --- .travis.yml | 16 ++++++++++------ 1 file 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 -- cgit v1.2.3