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: