summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-12 08:34:07 -0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-12 08:34:07 -0200
commit966c3a99b9f981c4b206390944fa058e093f2eef (patch)
treebd55fff419c8676320605c2fd08f91b9320619fa
parent286c57df3733d6e3a26ee70db88ffc6c2599ca4c (diff)
downloadsvg.js-966c3a99b9f981c4b206390944fa058e093f2eef.tar.gz
svg.js-966c3a99b9f981c4b206390944fa058e093f2eef.zip
Update document up to include travis status and updated README and CHANGELOG - I think this PR will be in the 3.0 release
-rw-r--r--.documentup.json2
-rw-r--r--CHANGELOG.md3
-rw-r--r--README.md2
3 files changed, 5 insertions, 2 deletions
diff --git a/.documentup.json b/.documentup.json
index ccf71a6..22d8325 100644
--- a/.documentup.json
+++ b/.documentup.json
@@ -2,7 +2,7 @@
"twitter": [
"svg_js"
],
- "travis": false,
+ "travis": true,
"issues": true,
"theme": "v1"
} \ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d6d00d..84cbf88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@
- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__
- added `precision()` method to round numeric element attributes -> __TODO!__
- added specs for `SVG.FX` -> __TODO!__
+- added automated unit tests via [Travis](https://travis-ci.org/wout/svg.js)
+- updated dependencies
+- added `npm run build` to build a new version of SVG.js without requiring gulp to be globally installed
# 2.3.4 (04.08.2016)
- reworked parent module for speed improvemenents
diff --git a/README.md b/README.md
index b72e503..d772263 100644
--- a/README.md
+++ b/README.md
@@ -4072,7 +4072,7 @@ $ npm install
Build SVG.js by running `gulp`:
``` sh
-$ gulp
+$ npm test
```
The resulting files are: