Files
panic-server/.travis.yml
Jesse Gibson c84158af0a Add editorconfig, change scripts
Editorconfig files help you keep a consistent style across projects.
Recently, I've been using it to enforce spaces over tabs (I switched).
This commit adds the config file and changes the project indent
style to match.
New script, "all-tests", runs the unit tests and the linter. The "test"
script now just refers to unit tests.
2016-11-25 15:51:26 -07:00

6 lines
62 B
YAML

language: node_js
node_js:
- node
script: npm run all-tests