Skip to content

Commit

Permalink
regenerates knapsack report in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Jan 17, 2017
1 parent f6989bb commit 6194b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ before_script:
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"
- bundle exec rake db:setup
script:
- "bundle exec rake knapsack:rspec"
- "KNAPSACK_GENERATE_REPORT=true bundle exec rspec spec"
env:
- CI_NODE_TOTAL=2 CI_NODE_INDEX=0
- CI_NODE_TOTAL=2 CI_NODE_INDEX=1

0 comments on commit 6194b74

Please sign in to comment.