Use the full path to the default ruby binary

This commit is contained in:
Nick Janetakis
2014-07-01 17:17:33 -04:00
parent a3a3864687
commit 2c00ca4981

View File

@@ -26,9 +26,8 @@ script:
| grep -q 'changed=0.*failed=0' | grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0) && (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1) || (echo 'Idempotence test: fail' && exit 1)
- 'ruby -v'
- > - >
ruby -v ~/.rvm/wrappers/default/ruby -v
| grep -q '2.1.2' | grep -q '2.1.2'
&& (echo 'Default ruby test: pass' && exit 0) && (echo 'Default ruby test: pass' && exit 0)
|| (echo 'Default ruby test: fail' && exit 1) || (echo 'Default ruby test: fail' && exit 1)