Skip to content

Commit 5610914

Browse files
author
fattihkoca
committed
Travis tests
1 parent 4c93048 commit 5610914

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
language: node_js
22
node_js:
3-
- "8"
4-
script: "npm run-script test-travis"
5-
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
3+
- "8"

README.md

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

33
[![Travis Build](https://img.shields.io/travis/fattihkoca/vuejs-ajax.svg)](https://travis-ci.org/fattihkoca/vuejs-ajax)
44
[![Version](https://img.shields.io/npm/v/vuejs-ajax.svg)](https://www.npmjs.com/package/vuejs-ajax)
5-
[![Coverage Status](https://coveralls.io/repos/github/fattihkoca/vuejs-ajax/badge.svg)](https://coveralls.io/github/fattihkoca/vuejs-ajax)
65
[![Downloads](https://img.shields.io/npm/dm/vuejs-ajax.svg)](https://www.npmjs.com/package/vuejs-ajax)
76

87
A light XHR plugin for Vue 2.x and and above versions. It has many similar features with `jQuery`'s `ajax()` and `Angular`'s `$http()`. In addition to these, it also has its own important features:

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"scripts": {
1010
"start": "node server.js",
1111
"lint": "jshint *.js",
12-
"test": "mocha test/test.js",
13-
"test-travis": "./node_modules/istanbul/lib/cli.js cover mocka -- -R spec ./test/test.js"
12+
"test": "mocha test/test.js"
1413
},
1514
"repository": {
1615
"type": "git",
@@ -43,9 +42,6 @@
4342
},
4443
"homepage": "https://github.com/fattihkoca/vuejs-ajax#readme",
4544
"devDependencies": {
46-
"coveralls": "2.10.0",
47-
"istanbul": "^0.3.5",
48-
"jest-cli": "^23.1.0",
4945
"jsdom": "^11.11.0",
5046
"jsdom-global": "3.0.2",
5147
"mocha": "^1.17.1",

0 commit comments

Comments
 (0)