Skip to content

Commit

Permalink
use https to fetch scripts [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Apr 16, 2017
1 parent 10e3cf8 commit 37e102d
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
# add our launchpad repo which has (inter alia) the newest QuantLib
- sudo add-apt-repository -y ppa:edd/misc
- ./run.sh bootstrap
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-04-16 Dirk Eddelbuettel <edd@debian.org>

* .travis.yml (before_install): Use https to download

2016-11-24 Dirk Eddelbuettel <edd@debian.org>

* inst/include/rquantlib_impl.h (Rcpp): Adjust to new date(time)Vector
Expand Down

0 comments on commit 37e102d

Please sign in to comment.