Skip to content

Commit

Permalink
Trying without color argument in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cesy committed May 1, 2017
1 parent 44a5b91 commit 0a7dede
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Expand Up @@ -5,16 +5,16 @@ sudo: required
env:
- TEST_GROUP="./script/check_syntax"
- TEST_GROUP="rake parallel:spec"
- TEST_GROUP="rake parallel:features[^features/admins] -f Ao3Cucumber::Formatter --color""
- TEST_GROUP="rake parallel:features[^features/bookmarks] -f Ao3Cucumber::Formatter --color""
- TEST_GROUP="rake parallel:features[^features/collections] -f Ao3Cucumber::Formatter --color""
- TEST_GROUP="rake parallel:features[^features/comments_and_kudos] -f Ao3Cucumber::Formatter --color""
- TEST_GROUP="rake parallel:features[^features/gift_exchanges] -f Ao3Cucumber::Formatter --color""
- TEST_GROUP="rake parallel:features[^features/importing] -f Ao3Cucumber::Formatter --color""
- TEST_GROUP="rake parallel:features[^features/other_a] -f Ao3Cucumber::Formatter --color""
- TEST_GROUP="rake parallel:features[^features/other_b] -f Ao3Cucumber::Formatter --color""
- TEST_GROUP="rake parallel:features[^features/prompt_memes_a] -f Ao3Cucumber::Formatter --color""
- TEST_GROUP="rake parallel:features[^features/prompt_memes_b] -f Ao3Cucumber::Formatter --color""
- TEST_GROUP="rake parallel:features[^features/admins] -f Ao3Cucumber::Formatter""
- TEST_GROUP="rake parallel:features[^features/bookmarks] -f Ao3Cucumber::Formatter""
- TEST_GROUP="rake parallel:features[^features/collections] -f Ao3Cucumber::Formatter""
- TEST_GROUP="rake parallel:features[^features/comments_and_kudos] -f Ao3Cucumber::Formatter""
- TEST_GROUP="rake parallel:features[^features/gift_exchanges] -f Ao3Cucumber::Formatter""
- TEST_GROUP="rake parallel:features[^features/importing] -f Ao3Cucumber::Formatter""
- TEST_GROUP="rake parallel:features[^features/other_a] -f Ao3Cucumber::Formatter""
- TEST_GROUP="rake parallel:features[^features/other_b] -f Ao3Cucumber::Formatter""
- TEST_GROUP="rake parallel:features[^features/prompt_memes_a] -f Ao3Cucumber::Formatter""
- TEST_GROUP="rake parallel:features[^features/prompt_memes_b] -f Ao3Cucumber::Formatter""
- TEST_GROUP="rake parallel:features[^features/prompt_memes_c]"
- TEST_GROUP="rake parallel:features[^features/tag_sets]"
- TEST_GROUP="rake parallel:features[^features/tags_and_wrangling]"
Expand Down

0 comments on commit 0a7dede

Please sign in to comment.