Skip to content

Commit

Permalink
Attempting to update apt and dpkg before installing other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 15, 2019
1 parent 2ea7c81 commit 355dd36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ matrix:
<<: *ruby
- env: TASK=//rb:lint
<<: *ruby
before_install:
- sudo apt-get update
- sudo apt-get install -y dpkg
install: ./scripts/travis/install.sh
before_script: ./scripts/travis/before_script.sh
script: travis_wait 40 ./scripts/travis/script.sh
Expand Down

0 comments on commit 355dd36

Please sign in to comment.