Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit bfa31e8

Browse files
author
Kamil Kisiela
committed
chore: remove publishing
1 parent 42f94fb commit bfa31e8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ notifications:
77
node_js:
88
- iojs
99
before_install:
10-
- "curl -L https://raw.githubusercontent.com/arunoda/travis-ci-meteor-packages/master/configure.sh | /bin/sh"
1110
- "npm install"
1211
- "export DISPLAY=:99.0"
1312
- "sh -e /etc/init.d/xvfb start"
1413
before_script:
15-
- "export PATH=$HOME/.meteor:$PATH"
1614
- "npm prune"
1715
script:
1816
- "npm run test"
@@ -21,4 +19,3 @@ after_success:
2119
- "npm run coverage:codecov"
2220
- "npm run coverage:coveralls"
2321
- "npm run coverage:codacy"
24-
- if ([ "$TRAVIS_BRANCH" == "master" ] || [ ! -z "$TRAVIS_TAG" ]) && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then npm run publish; fi

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
"coverage:codecov": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
1414
"coverage:coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
1515
"coverage:codacy": "cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage",
16-
"test": "karma start karma.conf.js --set-env-NODE_ENV=ci",
17-
"publish:meteor": "meteor publish",
18-
"publish:npm": "npm publish",
19-
"publish": "npm run publish:meteor & npm run publish:npm"
16+
"test": "karma start karma.conf.js --set-env-NODE_ENV=ci"
2017
},
2118
"repository": {
2219
"type": "git",

0 commit comments

Comments
 (0)