blob: f0a635843f1eb9676309dca6c5fb20a5a71f4521 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
# FIXME: this seems uselessly trivial, replace with a rake task and have ci call the rake task?
set -evx
export LANG=en_US.UTF-8
bundle install --without omnibus_package test pry integration docgen maintenance travis aix bsd linux mac_os_x solaris windows development
bundle exec rake ci_version_bump
|