mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-10 18:29:34 +00:00
Merge branch 'master' of github.com:github/linguist
This commit is contained in:
@@ -1,7 +1,17 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ -d /usr/share/rbenv/shims ]; then
|
if [ -d /usr/share/rbenv/shims ]; then
|
||||||
export PATH=/usr/share/rbenv/shims:$PATH
|
export PATH=/usr/share/rbenv/shims:$PATH
|
||||||
export RBENV_VERSION="2.1.2p95-github"
|
export RBENV_VERSION=2.1.2-github
|
||||||
|
export RUBY_VERSION=2.1.2-github
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set -x
|
||||||
|
git log -n 1 HEAD | cat
|
||||||
|
ruby -v
|
||||||
|
bundle -v
|
||||||
|
set +x
|
||||||
|
|
||||||
|
mkdir -p ./vendor/gems
|
||||||
|
|
||||||
|
bundle install --full-index --local --path ./vendor/gems
|
||||||
bundle exec rake
|
bundle exec rake
|
||||||
|
|||||||
Reference in New Issue
Block a user