Skip to content

Commit ad57a3f

Browse files
authored
Merge branch 'master' into installation-rules
2 parents de6e79c + 4b5c517 commit ad57a3f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ script:
2121
- (cd build; cmake .. ;cmake --build . )
2222
#Install BTpp
2323
- (cd build; sudo cmake --build . --target install)
24+

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ NEWS!
22
-----------
33
The Preprint of our book titled "**Behavior Trees in Robotics and AI**" is available here: https://arxiv.org/abs/1709.00084
44

5-
<img width="100" alt="portfolio_view" src="http://michelecolledanchise.com/BTPPLOGO.png"> BT++ ![License MIT](https://img.shields.io/dub/l/vibe-d.svg)
5+
<img width="100" alt="portfolio_view" src="http://michelecolledanchise.com/BTPPLOGO.png"> BT++
66
====
7-
![Version](https://img.shields.io/badge/version-v1.4-green.svg) <br/>
7+
![License MIT](https://img.shields.io/dub/l/vibe-d.svg) ![Version](https://img.shields.io/badge/version-v1.4-green.svg) <img src="https://travis-ci.org/miccol/Behavior-Tree.svg?branch=master"/>
8+
<br/>
89
A behavior tree library in `C++`.
910

1011
REFERENCE
@@ -28,7 +29,6 @@ bibtex entry:
2829
`ISSN={1552-3098},` <br/>
2930
`month={April},}`<br/>
3031

31-
3232
DEPENDENCIES
3333
------------
3434

0 commit comments

Comments
 (0)