mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Janky CI
This commit is contained in:
7
script/cibuild
Normal file
7
script/cibuild
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
if [ -d /usr/share/rbenv/shims ]; then
|
||||
export PATH=/usr/share/rbenv/shims:$PATH
|
||||
export RBENV_VERSION="2.1.2p95-github"
|
||||
fi
|
||||
|
||||
bundle exec rake
|
||||
Reference in New Issue
Block a user