1
0

Repo Cleanup and Misc

Cleaned up github junk into .github directory.
Started to clean up CI/CD stuff that we're not using yet.
This commit is contained in:
Leopere 2019-07-11 19:13:16 -04:00
parent 18a1ee7e88
commit 218eb32de2
4 changed files with 0 additions and 44 deletions

View File

@ -1,29 +0,0 @@
engines:
eslint:
enabled: true
csslint:
enabled: true
eslint:
enabled: true
fixme:
enabled: true
duplication:
enabled: true
config:
languages:
- javascript
ratings:
paths:
- "**.css"
- "**.js"
- "**.jsx"
- "**.module"
exclude_paths:
- public/dist/**
- node_modules/**
- public/lib/**
- uploads/**
- docs/**
- public/populate_template_cache.js
- scripts/**

View File

@ -1,15 +0,0 @@
language: node_js
dist: trusty
sudo: false
node_js:
- "6.11.2"
env:
- NODE_ENV=travis TRAVIS=travis CXX=g++-4.8
services:
- mongodb
- redis
addons:
code_climate:
repo_token: 6c3a1b81a09b2338d6f30913c1bcad115026689752cbb499a0a25061cda6fbcf
after_script:
- grunt coverage