aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: