Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
46feed023d215c0f95030265b3e0b800d2aa6ffc
/
.
/
ruby
/
travis-test.sh
blob: a240dd65733018e35953a77e9272f1a6ffad9b0d [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
# Exit on any error.
set
-
e
test_version
()
{
version
=
$1
bash
--
login
-
c \
"rvm install $version && rvm use $version && \
which ruby && \
gem install bundler && bundle && \
rake test"
}
test_version $1