sort travis sets by run time

This commit is contained in:
Maikel Linke
2015-10-09 10:23:48 +11:00
parent 5f80043857
commit 7d379dbe4b

View File

@@ -6,11 +6,11 @@ rvm:
# The test cases are roughly split according to their test times.
# It would be better to use https://github.com/ArturT/knapsack.
env:
- TEST_CASES="./spec/features/admin"
- TEST_CASES="./spec/features/consumer"
- TEST_CASES="./spec/models"
- TEST_CASES="./spec/controllers ./spec/views"
- TEST_CASES="./spec/requests ./spec/helpers ./spec/mailers"
- TEST_CASES="./spec/features/admin"
- TEST_CASES="./spec/features/consumer"
#- TEST_CASES="./spec/routing"
before_script: