Skip to content

Commit

Permalink
Make g++7 travis build use C++17 relates #473
Browse files Browse the repository at this point in the history
  • Loading branch information
AzothAmmo committed Mar 14, 2018
1 parent ae7529c commit 13d1d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ matrix:
packages: ['g++-6', *trusty_default_packages]

- compiler: g++-7
env: ["CMAKE_OPTIONS='-DSKIP_PORTABILITY_TEST=ON'", "COMPILER=g++-7"]
env: ["CMAKE_OPTIONS='-DSKIP_PORTABILITY_TEST=ON -DCMAKE_CXX_STANDARD=17'", "COMPILER=g++-7"]
addons:
apt:
sources: *trusty_default_sources
Expand Down

1 comment on commit 13d1d36

@AzothAmmo
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops, #448

Please sign in to comment.