We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67de6f1 commit 8449484Copy full SHA for 8449484
.travis.yml
@@ -12,17 +12,16 @@ compiler:
12
- gcc
13
# - clang
14
15
+# Blacklist the documentation branch
16
branches:
- # Blacklist the documentation branch
17
except:
18
- gh-pages
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
+ - CXX_STANDARD=11
26
global:
27
- GH_REPO_NAME: Tomato # used in documentation script
28
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile # used in documentation script
0 commit comments