Skip to content

Commit

Permalink
Use and older c++ standard for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
saschagrunert committed Mar 3, 2018
1 parent dcda8f6 commit 134a9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ all: test

test:
@curl $(CATCH_URL) -so test/catch.hpp
$(CC) -Wall -Wextra -Werror test/Spec.cpp -o Spec
$(CC) -std=gnu++11 -Wall -Wextra -Werror test/Spec.cpp -o Spec
./Spec -s

0 comments on commit 134a9be

Please sign in to comment.