Skip to content

Commit 6942442

Browse files
committed
fix: tweak travis test
To hopefully also get semantic release working
1 parent 766a579 commit 6942442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
notifications:
77
email: false
88
node_js:
9-
- iojs
9+
- "0.10"
1010
before_install:
1111
- npm i -g npm@^2.0.0
1212
- export DISPLAY=:99.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Two way data binding for HTML and JavaScript (with node.js compatibility) with additional support for transforming data before it arrives in the DOM.
44

5-
[![Test status](https://api.travis-ci.org/remy/bind.js.png?branch=master)](https://travis-ci.org/remy/bind.js) [![Coverage Status](https://coveralls.io/repos/remy/bind.js/badge.svg)](https://coveralls.io/r/remy/bind.js)
5+
[![Test status](https://api.travis-ci.org/remy/bind.js.svg?branch=master)](https://travis-ci.org/remy/bind.js) [![Coverage Status](https://coveralls.io/repos/remy/bind.js/badge.svg)](https://coveralls.io/r/remy/bind.js)
66

77
## Demos
88

0 commit comments

Comments
 (0)