Skip to content

Commit

Permalink
Make env structure the same as in allow_failures
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Nov 16, 2018
1 parent 1f6ab50 commit 04ecdcc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ matrix:
apt:
packages:
- libnss3-tools
env:
- JOB=stability SCRIPT=tools/ci/ci_stability.sh PRODUCT=firefox:nightly
env: JOB=stability SCRIPT=tools/ci/ci_stability.sh PRODUCT=firefox:nightly
- name: "stability (Chrome Dev)"
if: type = pull_request
os: linux
Expand All @@ -62,8 +61,7 @@ matrix:
packages:
- libappindicator1
- fonts-liberation
env:
- JOB=stability SCRIPT=tools/ci/ci_stability.sh PRODUCT=chrome:dev
env: JOB=stability SCRIPT=tools/ci/ci_stability.sh PRODUCT=chrome:dev
- name: "tools/ unittests (Python 2)"
if: type = pull_request
os: linux
Expand Down

0 comments on commit 04ecdcc

Please sign in to comment.