Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusHALeal authored Dec 8, 2019
1 parent 27148fa commit 75a7806
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ r_github_packages:
r:
- release
- devel
services:
- docker
cache:
packages: true
warnings_are_errors: false
addons:
apt:
packages:
- libxml2-dev
before_install:
- docker pull selenium/standalone-firefox
- docker run -d -p 4445:4444 selenium/standalone-firefox
r_packages:
- covr
- lubridate
Expand Down

0 comments on commit 75a7806

Please sign in to comment.