mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-16 13:46:46 -05:00
Added travis.yml
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "7"
|
||||
- "8"
|
||||
- "9"
|
||||
|
||||
sudo: false
|
||||
|
||||
script:
|
||||
- "npm run lint"
|
||||
Reference in New Issue
Block a user