Skip to content

Commit a9e9088

Browse files
fippoalvestrand
authored andcommitted
travis: remove FF beta from allowed failures (webrtc#938)
also removes the npm install step -- this is already done
1 parent 1269739 commit a9e9088

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@ matrix:
3333

3434
allow_failures:
3535
- env: BROWSER=chrome BVER=unstable
36-
- env: BROWSER=firefox BVER=beta
3736
- env: BROWSER=firefox BVER=nightly
3837

3938
before_install:
4039
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/cucumber_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1600x1400x16
4140

4241
before_script:
4342
- pulseaudio --start
44-
- npm install
4543

4644
script:
4745
- npm test

0 commit comments

Comments
 (0)