From c6b9c398c89295bb97faebba4e2180fcf0ee31b3 Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Mon, 20 Oct 2014 15:16:04 -0400 Subject: [PATCH] temp before_script to debug sort order on travis I tested manually on OSX and linux, but lets make sure the same thing is true on travis-ci builds. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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