Sha256: 4312877f4042836c7345954a18857d4dc2a7d282d52c26ec2854e6c23fdd1b38

Contents?: true

Size: 180 Bytes

Versions: 3

Compression:

Stored size: 180 Bytes

Contents

#!/bin/sh

set -e

if [ "$CI" = "true" ]; then
  git config --global user.name "Your Name"
  git config --global user.email "you@example.com"
fi

bundle exec rake test

rm -Rf tmp

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
change_agent-0.2.3 script/cibuild
change_agent-0.2.2 script/cibuild
change_agent-0.2.0 script/cibuild