Skip to content

Commit

Permalink
output versions on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed Oct 5, 2015
1 parent 32aa89c commit bbc93ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ addons:
- clang

before_script:
- echo "== Versions: =="
- $CXX --version
- mpiexec --version
- mkdir build
- cd build
- cmake -DENABLE_COVERAGE=ON ../
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
mxx
===
[![Build Status](https://img.shields.io/travis/patflick/mxx.svg)](https://travis-ci.org/patflick/mxx)
[![Build Status](https://travis-ci.org/patflick/mxx.svg?branch=master)](https://travis-ci.org/patflick/mxx)
[![Test Coverage](https://img.shields.io/codecov/c/github/patflick/mxx.svg)](http:https://codecov.io/github/patflick/mxx?branch=master)
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache%20v2.0-blue.svg)](LICENSE)

Expand Down

0 comments on commit bbc93ae

Please sign in to comment.