summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-08 18:28:57 -0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-08 18:28:57 -0200
commita16f14f6962f4420ee054a225b055cfb4cbd3aa7 (patch)
tree12eb04f8bce0a39b82980ab6692ccba17bd9f232
parent08deb709023640fcac270992f177d675094c8c43 (diff)
downloadsvg.js-a16f14f6962f4420ee054a225b055cfb4cbd3aa7.tar.gz
svg.js-a16f14f6962f4420ee054a225b055cfb4cbd3aa7.zip
update badge and log firefox version on travis
-rw-r--r--.travis.yml2
-rw-r--r--README.md2
2 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 45212f7..b5c6ce2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,6 @@ before_install:
- sudo apt-get update
#- sudo apt-get -q update
- sudo apt-get install -y firefox
- # stop firefox is it's running
- - sudo kill $(pidof firefox)
- firefox -v
# Start a display server where all graphical operations happens in memory
- export DISPLAY=:99.0
diff --git a/README.md b/README.md
index c37338e..b72e503 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# SVG.js [![Build Status](https://travis-ci.org/dotnetCarpenter/svg.js.svg?branch=unittest)](https://travis-ci.org/dotnetCarpenter/svg.js)
+# SVG.js [![Build Status](https://travis-ci.org/wout/svg.js.svg?branch=master)](https://travis-ci.org/wout/svg.js)
A lightweight library for manipulating and animating SVG.