script/cibuild in bunto-sitemap-2.0.0 vs script/cibuild in bunto-sitemap-3.0.0
- old
+ new
@@ -1,8 +1,9 @@
#!/bin/sh
set -e
bundle exec rspec
-bundle exec rspec spec/test_bunto-last-modified-at.rb
-if [ "$BUNTO_VERSION" = "1.0" ]; then
- bundle exec rubocop -S -D
-fi
+## DISABLE RUNNING spec/test_bunto-last-modified-at.rb AND rubocop
+## bundle exec rspec spec/test_bunto-last-modified-at.rb
+##if [ "$BUNTO_VERSION" = "1.0" ]; then
+## bundle exec rubocop -S -D
+## fi