diff --git a/.travis.yml b/.travis.yml index f2597de..d038f60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,8 @@ env: install: - ./test/support/travisci_deps.sh +before_script: + - echo -e "test_repo_11\ntest_repo_1" | sort + script: - ./run_tests.sh