From 7d379dbe4b04dfc338477bbebda705c9e64b37f8 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 9 Oct 2015 10:23:48 +1100 Subject: [PATCH] sort travis sets by run time --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb9f4edf7a..7478892d85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: