Skip to content

Commit

Permalink
Fix travis release
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Feb 12, 2017
1 parent 767ec29 commit 2b53550
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ cache:
matrix:
include:
- compiler: clang
env: DEPLOY_MAT=yes
addons:
apt:
sources:
- llvm-toolchain-precise-3.5
- ubuntu-toolchain-r-test
packages:
- clang-3.5
env: COMPILER=3.5
env:
- COMPILER=3.5
- DEPLOY_MAT=yes
- compiler: gcc
addons:
apt:
Expand Down

0 comments on commit 2b53550

Please sign in to comment.