Skip to content

Commit

Permalink
use https on curl fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Aug 26, 2017
1 parent 10770b6 commit 18883d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sudo: required
dist: trusty

before_install:
- curl -OLs http://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
- curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
- ./run.sh bootstrap

install:
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-08-26 Dirk Eddelbuettel <edd@debian.org>

* .travis.yml (before_install): Use https for curl fetch

2017-01-02 Dirk Eddelbuettel <edd@debian.org>

* R/RcppDataFrame.R: (RcppDataFrame): Print but return invisibly
Expand Down

0 comments on commit 18883d3

Please sign in to comment.