inventid/live-image-resize

View on GitHub
shippable.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - 10

notifications:
  email: false

build:
  pre_ci_boot:
    image_name: node
    image_tag: 10-stretch
    pull: true
  ci:
    - node -v
    - npm -v
    - apt-get update && apt-get install libpq-dev -y
    - npm install
    - npm run eslint