Skip to content

Commit

Permalink
travis works again
Browse files Browse the repository at this point in the history
  • Loading branch information
MRKonrad committed Dec 7, 2018
1 parent 67de6f1 commit 8449484
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -12,17 +12,16 @@ compiler:
- gcc
# - clang

# Blacklist the documentation branch
branches:
# Blacklist the documentation branch
except:
- gh-pages

# Environment variables
env:
# VXL c++11 needs cmake 3.9.5, which is not installed on travis. TODO: fix it
matrix:
- CXX_STANDARD=98
# - CXX_STANDARD=11
- CXX_STANDARD=11
global:
- GH_REPO_NAME: Tomato # used in documentation script
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile # used in documentation script
Expand Down

0 comments on commit 8449484

Please sign in to comment.