]> source.dussan.org Git - svg.js.git/commitdiff
Update document up to include travis status and updated README and CHANGELOG - I...
authordotnetCarpenter <jon.ronnenberg@gmail.com>
Wed, 12 Oct 2016 10:34:07 +0000 (08:34 -0200)
committerdotnetCarpenter <jon.ronnenberg@gmail.com>
Wed, 12 Oct 2016 10:34:07 +0000 (08:34 -0200)
.documentup.json
CHANGELOG.md
README.md

index ccf71a67de20b3ac6a2c856f60aa479858f15961..22d83254baab0cbe7f16781ebd71280496d059ba 100644 (file)
@@ -2,7 +2,7 @@
   "twitter": [
     "svg_js"
   ],
-  "travis": false,
+  "travis": true,
   "issues": true,
   "theme":  "v1"
 }
\ No newline at end of file
index 7d6d00d7dee317b203b42e517352d4bcfa7e2dca..84cbf88d4e417da2f24815ac3dc8ab428b663c4d 100644 (file)
@@ -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
index b72e5037c431cf7b9fbcdf3ce608d7462525e0d0..d772263520967f4614025a48d9656c15eb916a0a 100644 (file)
--- 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: