UNPKG

erm-cli

Version:

Reekoh CLI - command line tool for publishing reekoh plugins.

21 lines (17 loc) 297 B
--- image: node:boron before_script: - apt-get update -y && apt-get install build-essential -y - npm install gulp gulp-cli -g && npm install stages: - test test: script: gulp test stage: test only: - master tags: - docker - linux allow_failure: false when: always