Skip to content

Commit

Permalink
Merge pull request #49 from erikzenker/topic-deps-versions
Browse files Browse the repository at this point in the history
Print version of dependencies in CI
  • Loading branch information
erikzenker authored Dec 12, 2018
2 parents b244e0d + fe09878 commit c0045d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ script:
- export CC=gcc
- export CODECOV_TOKEN="c3d08772-6107-422c-886f-ada5c4780d5c"
- mkdir build && cd build
- cmake --version
- g++ --version
- cat /usr/include/boost/version.hpp
- cmake .. -DINOTIFY_GCC_COVERAGE=1
- cmake --build .
- ctest -VV
Expand Down

0 comments on commit c0045d3

Please sign in to comment.