Skip to content

Commit

Permalink
chore(traivs): configure travis ci server
Browse files Browse the repository at this point in the history
 * A test script has been added to package.json
 * A travis badge has been added to the README
  • Loading branch information
mattfreer committed Nov 25, 2014
1 parent bdb7be6 commit 264f081
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: node_js

before_script:
- npm install -g bower
- bower install
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Counterfeit

[![Build Status](https://travis-ci.org/mattfreer/counterfeit.svg?branch=master)](https://travis-ci.org/mattfreer/counterfeit)

Counterfeit is an AngularJS module, that provides test doubles for
asynchronous promises.

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"devDependencies": {
"grunt-cli": "~0.1.13",
"grunt": "~0.4.5",
Expand Down

0 comments on commit 264f081

Please sign in to comment.