UNPKG

gpm-plugin-pub

Version:

gpm plugin for Dart project, run <pub get> after add repository

26 lines (20 loc) 266 B
language: node_js sudo: false os: - linux - osx node_js: - '6.9.5' - '7.0.0' - '7.5.0' cache: yarn: true directories: - node_modules before_script: - npm install -g yarn - yarn script: - yarn run test after_script: - yarn run coverage