From 91f639f0d223fcc4f780f7c32435576dd0b067b5 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 29 Mar 2018 12:12:20 -0700 Subject: [PATCH] travis: add pyinstaller job We aren't yet using these artifacts (we plan to build the production ones on our buildbot machines), but this will make sure we don't break the process. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3dc2bb6d2..9006be1c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,9 +42,14 @@ matrix: env: T=integration LANG=en_US.UTF-8 - os: linux env: T=codechecks LANG=en_US.UTF-8 + - os: linux + env: T=pyinstaller LANG=en_US.UTF-8 - os: linux env: T=py27 LANG=C - os: osx env: T=py27 LANG=en_US.UTF-8 language: generic # "python" is not available on OS-X + - os: osx + env: T=pyinstaller LANG=en_US.UTF-8 + language: generic # "python" is not available on OS-X fast_finish: true