Skip to content

Commit 9c26c4f

Browse files
committed
Python + chrome jobs are not ready for travis yet
1 parent 238621b commit 9c26c4f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.travis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ matrix:
1313
env: MARIONETTE=1 TASK=//java/client/test/com/thoughtworks/selenium:firefox-rc-test:run
1414
addons:
1515
firefox: latest-nightly
16+
- language: python
17+
python: 2.7
18+
env: CHROME=1 TOXENV=py27-chrome
19+
addons:
20+
apt:
21+
packages:
22+
- google-chrome-stable
23+
- language: python
24+
python: 3.6
25+
env: CHROME=1 TOXENV=py36-chrome
26+
addons:
27+
apt:
28+
packages:
29+
- google-chrome-stable
1630
- language: python
1731
python: 2.7
1832
env: MARIONETTE=1 TOXENV=py27-marionette
@@ -145,13 +159,6 @@ matrix:
145159
env: TOXENV=py27-firefox
146160
addons:
147161
firefox: latest-esr
148-
- language: python
149-
python: 2.7
150-
env: CHROME=1 TOXENV=py27-chrome
151-
addons:
152-
apt:
153-
packages:
154-
- google-chrome-stable
155162
- language: python
156163
python: 2.7
157164
env: PHANTOMJS=1 TOXENV=py27-phantomjs
@@ -186,13 +193,6 @@ matrix:
186193
- language: python
187194
python: 3.6
188195
env: PHANTOMJS=1 TOXENV=py36-phantomjs
189-
- language: python
190-
python: 3.6
191-
env: CHROME=1 TOXENV=py36-chrome
192-
addons:
193-
apt:
194-
packages:
195-
- google-chrome-stable
196196
- language: python
197197
python: 3.6
198198
env: TOXENV=py36-remote

0 commit comments

Comments
 (0)