diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 19:01:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 19:01:16 +0300 |
commit | cde584f9d3912ccead9a21ebab06d37bcc03b4fb (patch) | |
tree | 0329ff34a4269def362c0ff2b666ad823e949401 /.travis.yml | |
parent | Travis: -j (diff) | |
download | aes-tools-cde584f9d3912ccead9a21ebab06d37bcc03b4fb.tar.gz aes-tools-cde584f9d3912ccead9a21ebab06d37bcc03b4fb.zip |
Travis: build all branches
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 3ec1a02..da10b09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,6 @@ language: cpp os: linux dist: bionic -branches: - only: - - master - addons: apt: update: true |