Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TGuillerme authored Oct 1, 2019
1 parent dc061d5 commit 539320b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
language: r
warnings_are_errors: false

addons:
apt:
update: true
sources:
- sourceline: 'ppa:opencpu/imagemagick'
packages:
- libmagick++-dev
- libv8-dev

# whitelist
branches:
only:
- master
- master

0 comments on commit 539320b

Please sign in to comment.