aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-21 01:29:18 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-21 01:29:18 +0300
commit01d7f23eff7a9e7165b210af5413dc47357b12a8 (patch)
tree46e9015342d23e469c3bd7c4ceab0dff6083d784 /.travis.yml
parentadd Travis badge to README (diff)
downloadaes-tools-01d7f23eff7a9e7165b210af5413dc47357b12a8.tar.gz
aes-tools-01d7f23eff7a9e7165b210af5413dc47357b12a8.zip
Travis: master branch only
Diffstat (limited to '')
-rw-r--r--.travis.yml16
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