1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Correct skip usage

This commit is contained in:
Dan Finlay 2016-07-22 17:09:50 -07:00
parent 6b3ffc9e5d
commit 5476cb9a2c
2 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@
"mock": "beefy mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./", "mock": "beefy mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"buildMock": "browserify ./mock-dev.js -o ./development/bundle.js", "buildMock": "browserify ./mock-dev.js -o ./development/bundle.js",
"testem": "npm run buildMock && testem", "testem": "npm run buildMock && testem",
"ci": "npm run buildMock && testem ci -P 5" "ci": "npm run buildMock && testem ci -P 2"
}, },
"browserify": { "browserify": {
"transform": [ "transform": [

View File

@ -1,8 +1,9 @@
launch_in_dev: launch_in_dev:
- Chrome - Chrome
- Firefox - Firefox
skip: launch_in_ci:
- PhantomJS - Chrome
- Firefox
framework: framework:
- qunit - qunit
test_page: "test/integration/index.html" test_page: "test/integration/index.html"