We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e328a commit 67de6f1Copy full SHA for 67de6f1
.travis.yml
@@ -19,6 +19,7 @@ branches:
19
20
# Environment variables
21
env:
22
+# VXL c++11 needs cmake 3.9.5, which is not installed on travis. TODO: fix it
23
matrix:
24
- CXX_STANDARD=98
25
# - CXX_STANDARD=11
@@ -138,4 +139,4 @@ deploy:
138
139
skip_cleanup: ON
140
on:
141
tags: ON
- condition: ${DEPLOY_BUILD} == "ON" # I guess I have to pick one compiler
142
+ condition: ${DEPLOY_BUILD} == "ON" # I guess I have to pick one compiler
0 commit comments