remove unused .travis.yml file

This commit is contained in:
Brian Gough 2020-02-12 12:37:00 +00:00
parent 31767304e5
commit ee88b6d195

View file

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