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 ./",
"buildMock": "browserify ./mock-dev.js -o ./development/bundle.js",
"testem": "npm run buildMock && testem",
"ci": "npm run buildMock && testem ci -P 5"
"ci": "npm run buildMock && testem ci -P 2"
},
"browserify": {
"transform": [

View File

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