1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 13:43:52 +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: matrix:
include: include:
- compiler: clang - compiler: clang
env: DEPLOY_MAT=yes
addons: addons:
apt: apt:
sources: sources:
@ -14,7 +13,9 @@ matrix:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- clang-3.5 - clang-3.5
env: COMPILER=3.5 env:
- COMPILER=3.5
- DEPLOY_MAT=yes
- compiler: gcc - compiler: gcc
addons: addons:
apt: apt: