diff --git a/scripts/ci.sh b/scripts/ci.sh index c0e9fe5..85dcfeb 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -3,5 +3,6 @@ # we assume this is checked out to ~/.dotfiles ln -s $PWD ~/.dotfiles ~/.dotfiles/scripts/install.sh +. ~/.bash_profile git config --global commit.gpgsign false -bash -lc 'bundle exec rspec' +bundle exec rspec