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.
This commit is contained in:
Matthew Rothenberg
2014-10-20 15:16:04 -04:00
parent 9a9b6104e2
commit c6b9c398c8

View File

@@ -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