Skip to content

Commit

Permalink
Removed clang for the moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
fklemme committed Jul 2, 2017
1 parent 05dc840 commit 6407d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ addons:

compiler:
- gcc
- clang
# - clang

install:
# Prepare compiler
- if [ "$CXX" = "g++" ]; then export CXX="g++-7" CC="gcc-7"; fi
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-4.0" CC="clang-4.0"; fi
- $CXX --version

script:
- make
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is just to test weather the code compiles when developing under Linux.

CXXFLAGS += -std=c++1z \
CXXFLAGS += -std=c++17 \
-Ibwapi/bwapi/include \
-IBWEM/include \
-Inana/include \
Expand Down

0 comments on commit 6407d68

Please sign in to comment.