script/cibuild in cloudcannon-jekyll-0.5.0 vs script/cibuild in cloudcannon-jekyll-1.0.0
- old
+ new
@@ -1,6 +1,7 @@
#!/bin/sh
set -ex
-$(dirname "$0")/test
+bundle exec rspec "$@"
+bundle exec rubocop -S
bundle exec gem build cloudcannon-jekyll.gemspec