remove unused .travis.yml file

This commit is contained in:
Brian Gough
2020-02-12 12:37:01 +00:00
parent 77555fcf13
commit 883c0e83cf
-18
View File
@@ -1,18 +0,0 @@
language: node_js
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
before_script:
- grunt forever:app:start
script:
- grunt test:unit
services:
- redis-server
- mongodb