Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit c94fe0b

Browse files
rfkvladikoff
authored andcommitted
chore(ci): Remove coveralls from travis config. (#355)
1 parent 1c0103e commit c94fe0b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,4 @@ before_script:
3636
- grunt nsp --force
3737

3838
script:
39-
# 'npm run test-travis' runs all tests together to collect all coverage into one from mysql and db-server
40-
- COVERALLS_REPO_TOKEN=mlOESL8slkePkodJpcvhF1AUKUH3llXi8 npm run test-travis
41-
# memory tests are separate to avoid being included into coverage because they run through the same code
42-
- npm run test-mem
39+
- npm run test-travis

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test-mem": "./scripts/mocha-coverage.js test/mem",
2020
"test-mysql": "node ./bin/db_patcher.js >/dev/null && ./scripts/mocha-coverage.js test/backend test/local",
2121
"test-server": "./scripts/mocha-coverage.js db-server/test/local",
22-
"test-travis": "grunt && node ./bin/db_patcher.js && ./scripts/mocha-coverage.js test/backend test/local db-server/test/local"
22+
"test-travis": "grunt && node ./bin/db_patcher.js && ./scripts/mocha-coverage.js test/backend test/local db-server/test/local test/mem"
2323
},
2424
"author": "Mozilla (https://mozilla.org/)",
2525
"homepage": "https://github.com/mozilla/fxa-auth-db-mysql",

0 commit comments

Comments
 (0)