Remove Grunt

This commit is contained in:
Samer Albahra
2019-05-13 15:05:52 -05:00
parent e4604ee312
commit 62a010fb7d
5 changed files with 52 additions and 812 deletions

View File

@@ -3,11 +3,6 @@ language: node_js
node_js: 10
before_install:
- export TZ=America/Chicago
- npm install -g grunt-cli
install: npm install
before_script:
- grunt
after_script:
- istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --exit
notifications:
on_failure: change