language: node_js node_js: - stable cache: directories: - node_modules before_script: - npm install -g yarn install: - yarn script: - yarn build - yarn lint - yarn test before_install: - openssl aes-256-cbc -K $encrypted_36ad509d33c5_key -iv $encrypted_36ad509d33c5_iv -in .env.enc -out .env -d