Skip to content

Commit

Permalink
Report version number of compiler #2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlaucsb committed Sep 5, 2019
1 parent e4ba918 commit 557e566
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 @@ -22,9 +22,9 @@ sudo: required
language:
- cpp
script:
- $CXX --version;
- make run_csv_test
- if [ "$MAIN_BUILD" == "true" ]; then
$CXX --version;
make code_cov;
make valgrind;
fi;
Expand Down

0 comments on commit 557e566

Please sign in to comment.