rspec: script: - http_proxy=http://10.8.15.225:8443 https_proxy=http://10.8.15.225:8443 bundle install - bundle exec rspec spec tags: - ruby - rspec # generate-yard-doc: # script: # - http_proxy=http://10.8.15.225:8443 https_proxy=http://10.8.15.225:8443 bundle install --without development production # - bundle exec yard # - rsync -av doc/ deployer@intweb01.jianshu.io:/home/deployer/deploy/docs.jianshu.io/maleskine # only: # - master # tags: # - docs # allow_failure: true # karma: # script: # - cnpm install # - npm run bs_test # tags: # - javascript # - vue