travis
This commit is contained in:
parent
0b06a02eee
commit
7ce03bbd69
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "11"
|
||||
#install:
|
||||
# - npm ci
|
||||
script:
|
||||
- npm run eslint
|
@ -1,4 +1,4 @@
|
||||
# Relayer for Tornado mixer
|
||||
# Relayer for Tornado mixer [![Build Status](https://travis-ci.org/peppersec/tornado-mixer-relayer.svg?branch=master)](https://travis-ci.org/peppersec/tornado-mixer-relayer)
|
||||
## Setup
|
||||
1. `npm i`
|
||||
2. `cp .env.example .env`
|
||||
|
Loading…
Reference in New Issue
Block a user