Peter M. Groen
/
CLI11
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
23cedc12e88cdc83eb6a973f7704f179194f26e2
Authored by
Henry Fredrick Schreiner
2018-06-14 14:34:48 +0200
1 parent
6f41cca9
Fixing Conan upload capitalization
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
.travis.yml
.travis.yml
View file @
23cedc1
...
...
@@ -129,7 +129,7 @@ deploy:
129
129
skip_cleanup: true
130
130
file: build/include/CLI11.hpp
131
131
on:
132
- repo:
CLIU
tils/CLI11
132
+ repo:
cliu
tils/CLI11
133
133
tags: true
134
134
condition: "$DEPLOY_MAT = yes"
135
135
notifications:
...
...