1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 13:13:53 +00:00

Fix travis release

This commit is contained in:
Henry Fredrick Schreiner 2017-02-12 18:17:48 -05:00
parent 767ec29f2a
commit 2b53550ab5

View File

@ -6,7 +6,6 @@ cache:
matrix:
include:
- compiler: clang
env: DEPLOY_MAT=yes
addons:
apt:
sources:
@ -14,7 +13,9 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- clang-3.5
env: COMPILER=3.5
env:
- COMPILER=3.5
- DEPLOY_MAT=yes
- compiler: gcc
addons:
apt: