4 lines
No EOL
73 B
Bash
Executable file
4 lines
No EOL
73 B
Bash
Executable file
#!/bin/sh
|
|
|
|
command="bundle exec rake --trace ci:travis:run"
|
|
exec $command |