Skip to content

Commit ebdf2c8

Browse files
committed
Remove stray Travis refs
1 parent 1712190 commit ebdf2c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/tests.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Do verify that removing or mutating the code being tested produces failed assert
3636
Our [functional tests](/tests/selenium/) are written in Python and driven by [Selenium](https://selenium-python.readthedocs.io/) and [pytest](https://docs.pytest.org/en/latest/).
3737

3838
- To run them in Chrome, you need to [install `chromedriver`](http://chromedriver.chromium.org/getting-started)
39-
- For Firefox, you need to [install `geckodriver`](https://github.com/EFForg/privacybadger/blob/1550b9efb64c1d5e276361e3940f402c3ec87afc/scripts/setup_travis.sh#L21-L50)
39+
- For Firefox, you need to [install `geckodriver`](/scripts/geckodriver.sh)
4040
- For Microsoft Edge, [install Microsoft Edge WebDriver](https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/)
4141

4242
You also need to [install the Python packages](https://snarky.ca/a-quick-and-dirty-guide-on-how-to-install-packages-for-python/) specified in [`/tests/requirements.txt`](/tests/requirements.txt).
@@ -54,9 +54,6 @@ $ BROWSER=/Applications/Firefox.app/Contents/MacOS/firefox-bin pytest -v tests/
5454
$ BROWSER=/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome pytest -v tests/
5555
```
5656

57-
For more information, see our Travis CI [setup](/scripts/setup_travis.sh) and
58-
[run](/scripts/run_travis.sh) scripts.
59-
6057

6158
### Invocation examples
6259

0 commit comments

Comments
 (0)