%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/ugotscom/public_html/sterren/assets/
Upload File :
Create Path :
Current File : /home/ugotscom/public_html/sterren/assets/.travis.yml

language: node_js

node_js:
  - 8
  - 10
  - 11
  - 12

env:
  - INSTALL=yarn
  - INSTALL=npm

matrix:
  fast_finish: true

install:
  - if [ "yarn" == $INSTALL ]; then yarn install; fi
  - if [ "npm" == $INSTALL ]; then npm install; fi

script:
  - echo 'Tests must be configured'

Zerion Mini Shell 1.0