Exclude performance specs from CI, which were modifying Spree::Config.currency

This commit is contained in:
Rohan Mitchell
2016-03-04 10:53:48 +11:00
parent 1440544b2d
commit 73b53e02fc

View File

@@ -38,7 +38,7 @@ before_script:
script:
- 'if [ "$KARMA" = "true" ]; then bundle exec rake karma:run; else echo "Skipping karma run"; fi'
#- "KNAPSACK_GENERATE_REPORT=true bundle exec rspec spec"
- "bundle exec rake knapsack:rspec"
- "bundle exec rake 'knapsack:rspec[--tag ~performance]'"
after_success:
- >