-
- Downloads
Use travis ci to run new or modified test files on engines
... | @@ -11,5 +11,13 @@ | ... | @@ -11,5 +11,13 @@ |
"url": "https://github.com/tc39/test262/issues" | "url": "https://github.com/tc39/test262/issues" | ||
}, | }, | ||
"private": true, | "private": true, | ||
"homepage": "https://github.com/tc39/test262#readme" | "homepage": "https://github.com/tc39/test262#readme", | ||
"devDependencies": { | |||
"jsvu": "^1.3.1", | |||
"test262-harness": "^4.7.0" | |||
}, | |||
"scripts": { | |||
"ci-jsvu": "jsvu --os=linux64 --engines=$T262ENGINE", | |||
"ci-test-pr": "test262-harness --hostType=$HOSTTYPE --hostPath=~/.jsvu/$T262ENGINE --hostArgs=\"$HOSTARGS\" $(git diff --name-only --diff-filter=AMR master test/)" | |||
} | |||
} | } |
tools/scripts/ci_test.sh
0 → 100755
Please register or sign in to comment