From f28382da758152f95422ee61528148aad04df381 Mon Sep 17 00:00:00 2001 From: Paul Ivanov Date: Fri, 20 Jan 2017 18:32:43 -0800 Subject: [PATCH] run the slowest tests first on Travis This should further help with the total elapsed time for running the test suite on Travis CI. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ad49b372..fa10c6c90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,9 @@ env: global: - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH matrix: + - GROUP=js/notebook - GROUP=python - GROUP=js/base - - GROUP=js/notebook - GROUP=js/services - GROUP=js/tree