guld-git-host-bitbucket
Version:
Guld configuration manager for bitbucket.
19 lines (17 loc) • 432 B
YAML
language: node_js
node_js:
- "10"
sudo: false
before_install:
mkdir -p ~/tech/js/node_modules;
cd ~/tech/js/node_modules;
git clone https://bitbucket.org/guld/tech-js-node_modules-guld-git-host-bitbucket guld-git-host-bitbucket;
install:
cd ~/tech/js/node_modules/guld-git-host-bitbucket;
npm i;
script:
cd ~/tech/js/node_modules/guld-git-host-bitbucket;
npm run test:lint;
cache:
directories:
- node_modules