remove unused .travis.yml file

This commit is contained in:
Brian Gough 2020-02-12 12:37:00 +00:00
parent adee6e4e02
commit f8c93b644c

View file

@ -1,11 +0,0 @@
language: node_js
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script:
- grunt test:unit