remove unused .travis.yml file

This commit is contained in:
Brian Gough 2020-02-12 12:37:00 +00:00
parent 3fa2c9a30c
commit 5d76f55230

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