Skip to content

Commit

Permalink
Remove chewbacca
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Aug 28, 2017
1 parent 1796ffe commit 59fd2b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 85 deletions.
13 changes: 1 addition & 12 deletions Makefile
Expand Up @@ -2,8 +2,6 @@ REPORTER = dot

TARGETS ?= unexpected.js unexpected.js.map

CHEWBACCA_THRESHOLD ?= 25

lint:
npm run lint

Expand Down Expand Up @@ -52,11 +50,7 @@ coverage:
test-browser: create-html-runners ${TARGETS}
@./node_modules/.bin/serve .

.PHONY: travis-chewbacca
travis-chewbacca:
./node_modules/.bin/chewbacca --threshold ${CHEWBACCA_THRESHOLD} `echo ${TRAVIS_COMMIT_RANGE} | sed -e 's/\.\.\..*//;'` -- test/benchmark.spec.js

travis: clean lint test travis-chewbacca test-jasmine test-jest-if-supported-node-version coverage
travis: clean lint test test-jasmine test-jest-if-supported-node-version coverage
ifneq ($(shell node --version | grep -vP '^v[0123]\.'),)
make site-build
make test-phantomjs
Expand All @@ -83,7 +77,6 @@ commit-unexpected: ${TARGETS}

.PHONY: release-%
release-%: git-dirty-check lint ${TARGETS} test-phantomjs test-jasmine test-jest-if-supported-node-version commit-unexpected deploy-site
./node_modules/.bin/chewbacca --threshold ${CHEWBACCA_THRESHOLD} `git describe --abbrev=0 --tags --match 'v*'` -- test/benchmark.spec.js
IS_MAKE_RELEASE=yes npm version $*
@echo $* release ready to be publised to NPM
@echo Remember to push tags
Expand All @@ -99,7 +92,3 @@ site-build:
.PHONY: update-examples
update-examples:
npm run update-examples

.PHONY: benchmark
benchmark:
./node_modules/.bin/mocha --no-timeouts --ui chewbacca/mocha-benchmark-ui --reporter chewbacca/mocha-benchmark-reporter test/benchmark.spec.js
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -37,7 +37,6 @@
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.0",
"babel-register": "6.26.0",
"chewbacca": "1.10.0",
"coveralls": "^2.11.9",
"es5-shim": "4.0.5",
"eslint": "2.13.1",
Expand Down
72 changes: 0 additions & 72 deletions test/benchmark.spec.js

This file was deleted.

0 comments on commit 59fd2b7

Please sign in to comment.