Skip to content

Commit 67de6f1

Browse files
committed
travis does not work?
1 parent 67e328a commit 67de6f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ branches:
1919

2020
# Environment variables
2121
env:
22+
# VXL c++11 needs cmake 3.9.5, which is not installed on travis. TODO: fix it
2223
matrix:
2324
- CXX_STANDARD=98
2425
# - CXX_STANDARD=11
@@ -138,4 +139,4 @@ deploy:
138139
skip_cleanup: ON
139140
on:
140141
tags: ON
141-
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

Comments
 (0)