Skip to content

Commit

Permalink
i want to die
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Nov 21, 2018
1 parent 392ae84 commit 223cdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- pip install flake8
before_script:
# download and extract geckodrive to /usr/local/bin
- wget https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz && tar -C /usr/local/bin/geckodriver -xvf geckodriver-v0.23.0-linux64.tar.gz
- wget https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz && tar -C /usr/local/bin -xvf geckodriver-v0.23.0-linux64.tar.gz
# stop the build if there are Python syntax errors or undefined names
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down

0 comments on commit 223cdae

Please sign in to comment.