diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-21 01:29:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-21 01:29:18 +0300 |
commit | 01d7f23eff7a9e7165b210af5413dc47357b12a8 (patch) | |
tree | 46e9015342d23e469c3bd7c4ceab0dff6083d784 | |
parent | add Travis badge to README (diff) | |
download | aes-tools-01d7f23eff7a9e7165b210af5413dc47357b12a8.tar.gz aes-tools-01d7f23eff7a9e7165b210af5413dc47357b12a8.zip |
Travis: master branch only
-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 |