aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8000e35..baa662e 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
Simple math expressions calculator
+[![Build Status](https://travis-ci.org/NeonXP/MathExecutor.png?branch=master)](https://travis-ci.org/NeonXP/MathExecutor)
+
## Install via Composer
All instructions to install here: https://packagist.org/packages/nxp/math-executor
@@ -116,4 +118,4 @@ $executor->setVars(array(
'var2' => 0.22
));
-$executor->execute("$var1 + $var2"); \ No newline at end of file
+$executor->execute("$var1 + $var2");