Skip to content

Commit

Permalink
try-fix travis add apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
sirfoga committed Oct 12, 2018
1 parent 1542b31 commit 580aafb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ language: "python"
python:
- "3.6"
before_install:
- "sudo apt-get install pylint3" # measure code lint
- "sudo apt update" # measure code lint
- "sudo apt install pylint3" # measure code lint
- "pip3 install -U pip" # upgrade pip
- "pip3 install codecov pytest pytest-cov" # test coverage
- "pip3 install pylint-exit"
Expand All @@ -18,7 +19,4 @@ script:
- "pylint3 -j 8 hal/* || pylint-exit $?" # measure code lint
notifications:
email: "false" # no email notify
cache: "pip"
addons:
apt:
update: true
cache: "pip"

0 comments on commit 580aafb

Please sign in to comment.