Skip to content

Commit

Permalink
Added build status to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpf committed Oct 28, 2018
1 parent 733f789 commit f1deb3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,6 +13,6 @@ script:
- EIGENDIR=$(pwd)/eigen
- mkdir build
- cd build
- cmake -DEIGEN3_INCLUDE_PATH=${EIGENDIR} ../invlib
- cmake -DEIGEN3_INCLUDE_PATH=${EIGENDIR} ..


1 change: 1 addition & 0 deletions README.md
@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.com/simonpf/invlib.svg?branch=master)](https://travis-ci.com/simonpf/invlib)
# invlib

invlib is a C++ template library that provides a generic implementation of maximum
Expand Down

0 comments on commit f1deb3d

Please sign in to comment.