mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
6 lines
135 B
Bash
6 lines
135 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
chruby 2.3.1
|
||
|
|
bundle install
|
||
|
|
bundle exec danger --fail-on-errors=false
|
||
|
|
|
||
|
|
bash <(curl -s https://codecov.io/bash)
|