1
0
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:
Ahmed Ali 2020-06-12 13:36:02 +02:00
parent ef93f073e5
commit 6e50ac9ddd

26
.travis.yml Normal file
View 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