mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
init travis
This commit is contained in:
parent
ef93f073e5
commit
6e50ac9ddd
26
.travis.yml
Normal file
26
.travis.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
dist: xenial
|
||||||
|
sudo: required
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- '12'
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
|
cache: npm
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- npm install -g npm
|
||||||
|
- npm install -g ganache-cli@~6.5.1
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- ganache-cli --port 18545 > ganache-cli.log &
|
||||||
|
|
||||||
|
script:
|
||||||
|
- npm run lint
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
Loading…
x
Reference in New Issue
Block a user