You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
greenvironment-server/.abstruse.yml

21 lines
260 B
YAML

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