Skip to content

Commit

Permalink
..more travis...
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Feb 12, 2016
1 parent 7b66ef7 commit abd2e1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typings": "lib/mobservable.d.ts",
"scripts": {
"test": "npm run quick-build && npm run tape",
"full-test": "npm run small-build && npm run build-tests && cp lib/mobservable.min.js lib/mobservable.js && npm run tape && npm run perf",
"full-test": "npm run small-build && npm run build-tests && npm run use-minified && npm run tape && npm run perf",
"tape": "tape test/*.js | faucet",
"perf": "npm run small-build && time node --expose-gc test/perf/index.js",

Expand All @@ -15,12 +15,13 @@
"small-build": "scripts/single-file-build.sh",

"test-browser": "npm run small-build && ( browserify test/*.js | tape-run )",
"test-travis": "npm run full-test && npm run test-browser && istanbul cover tape test/*.js tet/perf/index.js",
"test-travis": "npm run test-browser && npm run use-minified && istanbul cover tape test/*.js test/perf/index.js",
"coverage": "npm run small-build && npm run build-tests && istanbul cover tape test/*.js test/perf/index.js && cat ./coverage/lcov.info|coveralls",

"build-tests": "npm run build-typescript-tests && npm run build-babel-tests",
"build-typescript-tests": "tsc -m commonjs -t es5 --experimentalDecorators --noImplicitAny --outDir test test/typescript-tests.ts",
"build-babel-tests": "babel test/babel/babel-tests.js -o test/babel-tests.js",
"use-minified": "cp lib/mobservable.min.js lib/mobservable.js",
"lint": "tslint -c tslint.json src/*.ts src/types/*.ts src/api/*.ts src/core/*.ts src/utils/*.ts"
},
"repository": {
Expand Down

0 comments on commit abd2e1a

Please sign in to comment.