Skip to content

Commit

Permalink
Merge pull request #23 from gabrielcsapo/master
Browse files Browse the repository at this point in the history
updates LICENSE.txt, adds versions of node to test, removes maintainer
  • Loading branch information
gabrielcsapo authored Jul 14, 2017
2 parents 844b835 + b22e518 commit 3a757ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: node_js

node_js:
- "0.12"
- "0.10"
- "iojs"
- "iojs-v1.1.0"

- "0.12"
- "4"
- "6"
- "8"
script:
- "npm run-script cover"
- "npm run-script lint"
- "npm run cover"
- "npm run lint"
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*───────────────────────────────────────────────────────────────────────────*\
│ Copyright (C) 2016 PayPal │
│ Copyright (C) 2017 PayPal │
│ │
│hh ,'""`. │
│ / _ _ \ Licensed under the Apache License, Version 2.0 (the "License"); │
Expand All @@ -14,4 +14,4 @@
│ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. │
│ See the License for the specific language governing permissions and │
│ limitations under the License. │
\*───────────────────────────────────────────────────────────────────────────*/
\*───────────────────────────────────────────────────────────────────────────*/
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
shortstop
=========

Lead Maintainer: [Poornima Venkat](https://github.com/pvenkatakrishnan/)
# shortstop

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

Expand Down

0 comments on commit 3a757ed

Please sign in to comment.