Skip to content

Commit 8449484

Browse files
committed
travis works again
1 parent 67de6f1 commit 8449484

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,16 @@ compiler:
1212
- gcc
1313
# - clang
1414

15+
# Blacklist the documentation branch
1516
branches:
16-
# Blacklist the documentation branch
1717
except:
1818
- gh-pages
1919

2020
# Environment variables
2121
env:
22-
# VXL c++11 needs cmake 3.9.5, which is not installed on travis. TODO: fix it
2322
matrix:
2423
- CXX_STANDARD=98
25-
# - CXX_STANDARD=11
24+
- CXX_STANDARD=11
2625
global:
2726
- GH_REPO_NAME: Tomato # used in documentation script
2827
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile # used in documentation script

0 commit comments

Comments
 (0)