Merge pull request #4 from Team-Greenvironment/ci-config

Ci config
develop
Trivernis 5 years ago committed by GitHub
commit 534aaf7f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
image: nodejs-12
matrix:
- env: SCRIPT=test
before_install:
- npm config set spin false
- npm config set progress false
install:
- yarn install
before_script:
- gulp
script:
- if [[ "$SCRIPT" ]]; then yarn $SCRIPT; fi
cache:
- node_modules
Loading…
Cancel
Save