mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +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)
|