This repository was archived by the owner on Jan 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,10 @@ notifications:
7
7
node_js :
8
8
- iojs
9
9
before_install :
10
- - " curl -L https://raw.githubusercontent.com/arunoda/travis-ci-meteor-packages/master/configure.sh | /bin/sh"
11
10
- " npm install"
12
11
- " export DISPLAY=:99.0"
13
12
- " sh -e /etc/init.d/xvfb start"
14
13
before_script :
15
- - " export PATH=$HOME/.meteor:$PATH"
16
14
- " npm prune"
17
15
script :
18
16
- " npm run test"
@@ -21,4 +19,3 @@ after_success:
21
19
- " npm run coverage:codecov"
22
20
- " npm run coverage:coveralls"
23
21
- " npm run coverage:codacy"
24
- - if ([ "$TRAVIS_BRANCH" == "master" ] || [ ! -z "$TRAVIS_TAG" ]) && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then npm run publish; fi
Original file line number Diff line number Diff line change 13
13
"coverage:codecov" : " cat ./coverage/lcov.info | node_modules/.bin/codecov" ,
14
14
"coverage:coveralls" : " cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" ,
15
15
"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"
20
17
},
21
18
"repository" : {
22
19
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments