Travis-CI

fix-space-nbsp
Dmitri Akatov 11 years ago
parent b6d7233be3
commit 3e64e14a22

@ -0,0 +1,7 @@
language: node_js
node_js:
- '0.10'
notifications:
email: false

@ -1,4 +1,5 @@
# angular-contenteditable
[![Build Status](https://travis-ci.org/akatov/angular-contenteditable.png)](https://travis-ci.org/akatov/angular-contenteditable)
An AngularJS directive to bind html tags with the `contenteditable` attribute to models.

@ -7,7 +7,8 @@
"test": "test"
},
"scripts": {
"test": "grunt test"
"install": "node_modules/.bin/bower install",
"test": "node_modules/.bin/grunt test"
},
"repository": "",
"keywords": [
@ -19,8 +20,10 @@
"devDependencies": {
"matchdep": "~0.1.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.0",
"grunt-karma": "~0.5.0",
"bower": "~1.2.7",
"karma": "~0.9.4",
"karma-ng-scenario": "0.0.2",
"karma-mocha": "~0.0.3",