mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
Add travis yml
This commit is contained in:
parent
0916cd71a5
commit
ebfe3e2e62
2 changed files with 6 additions and 1 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "6"
|
||||||
|
before_install: npm install -g eslint
|
||||||
|
install: npm install
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue