Skip to content

Commit

Permalink
Remove travis npm publish and fix formatting of travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jfusco committed Mar 18, 2017
1 parent b1f6523 commit d6c5ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 80 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: node_js
node_js:
- "7"
before_install:
- npm install -g eslint
script:
- "npm test"
node_js: "7"
before_install: npm install -g eslint
script: "npm test"
deploy:
provider: npm
email: "[email protected]"
api_key: "5987c9ee-ecdc-4642-af28-cf0222230457"
on:
tags: true
tags: true
73 changes: 0 additions & 73 deletions travis-npm-publish

This file was deleted.

0 comments on commit d6c5ad2

Please sign in to comment.