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