Skip to content

Commit

Permalink
Remove Travis stability checks (Chrome Dev + Firefox Nightly)
Browse files Browse the repository at this point in the history
Fixes #7660.
  • Loading branch information
foolip committed Nov 13, 2018
1 parent 3571d11 commit e110902
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,6 @@ matrix:
os: linux
python: "2.7"
env: JOB=build_css SCRIPT=css/build-css-testsuites.sh
- name: "stability (Firefox Nightly)"
if: type = pull_request
os: linux
python: "2.7"
addons:
apt:
packages:
- libnss3-tools
env:
- JOB=stability SCRIPT=tools/ci/ci_stability.sh PRODUCT=firefox:nightly
- name: "stability (Chrome Dev)"
if: type = pull_request
os: linux
python: "2.7"
addons:
apt:
packages:
- libappindicator1
- fonts-liberation
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 e110902

Please sign in to comment.