Skip to content

Commit

Permalink
add script/bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Sep 26, 2015
1 parent 2317838 commit a1b7ead
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

set -ex

bundle install
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -e
set -ex

bundle exec rake test
bundle exec script/dedupe

0 comments on commit a1b7ead

Please sign in to comment.