mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-18 23:21:11 +02:00
4 lines
43 B
Bash
Executable file
4 lines
43 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
bats ${CI:+--tap} test
|