Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
🛠 test with Firefox 62
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Sep 7, 2018
1 parent 45f6ed4 commit d334b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ branches:
- master
matrix:
fast_finish: true
before_script: docker pull deepsweet/firefox-headless-remote:61
before_script: docker pull deepsweet/firefox-headless-remote:62
script: yarn start ci
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Run a locally installed Firefox:
Or a [dockerized version](https://github.com/deepsweet/firefox-headless-remote):

```sh
docker run -it --rm --shm-size 2g -p 2828:2828 deepsweet/firefox-headless-remote:61
docker run -it --rm --shm-size 2g -p 2828:2828 deepsweet/firefox-headless-remote:62
```

```js
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/firefox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Test } from 'blue-tape'
import waitForMarionette from './wait-for-marionette'

export const runFirefox = () => execa('docker',
'run -id --rm --shm-size 2g -p 2828:2828 --name foxr-firefox deepsweet/firefox-headless-remote:61'.split(' ')
'run -id --rm --shm-size 2g -p 2828:2828 --name foxr-firefox deepsweet/firefox-headless-remote:62'.split(' ')
)

export const stopFirefox = () => execa('docker',
Expand Down

0 comments on commit d334b5c

Please sign in to comment.