[Piglit] [PATCH 1/2] travis: Schedule cmake build job first

2019-08-18 Thread Jan Vesely
This way it can overlap the other jobs better.
Signed-off-by: Jan Vesely 
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3043cd4cad7..b20a200c97d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ env:
 
 matrix:
   include:
+- env: BUILD=cmake
 - python: 2.7
   env: TOX_ENV="py27-{generator,noaccel,accel-nix,streams}"
 - python: 3.4
@@ -27,7 +28,6 @@ matrix:
   env: TOX_ENV="py36-{generator,noaccel,accel-nix,streams}"
 - python: 3.7
   env: TOX_ENV="py37-{generator,noaccel,accel-nix,streams}"
-- env: BUILD=cmake
 
 install:
   - |
-- 
2.21.0

___
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] [PATCH 2/2] travis: Drop python3.4

2019-08-18 Thread Jan Vesely
Python 3.4 was EOLed in March 2019
Signed-off-by: Jan Vesely 
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b20a200c97d..f0faa0c394f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,8 +20,6 @@ matrix:
 - env: BUILD=cmake
 - python: 2.7
   env: TOX_ENV="py27-{generator,noaccel,accel-nix,streams}"
-- python: 3.4
-  env: TOX_ENV="py34-{generator,noaccel,accel-nix,streams}"
 - python: 3.5
   env: TOX_ENV="py35-{generator,noaccel,accel-nix,streams}"
 - python: 3.6
-- 
2.21.0

___
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit