diff --git a/README.md b/README.md index c6375c9..aefe7d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Syncromatics Track API JavaScript Client -This is the JavaScript client for accessing the [Syncromatics Track API][track-api-docs]. +This is the JavaScript client for accessing the [Syncromatics Track API][track-api-docs]. [![Build Status](https://travis-ci.org/syncromatics/syncromatics-track-api.svg?branch=master)](https://travis-ci.org/syncromatics/syncromatics-track-api) ## Installation diff --git a/package.json b/package.json index 843dd44..fca2d64 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "scripts": { "serve:docs": "documentation serve -f html -w src/index.js", "build:docs": "documentation build -f html -o build/docs src/index.js", - "test": "karma start", - "test:ci": "karma start --reporters teamcity --single-run --fail-on-empty-test-suite", + "test:local": "karma start", + "test": "karma start --single-run --fail-on-empty-test-suite", "prepublish": "webpack", "semantic-release": "semantic-release pre && npm publish && semantic-release post" },