Skip to content

Commit 72dfb68

Browse files
committed
use https on curl fetch
1 parent fa9928d commit 72dfb68

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- RunAllRcppTests="yes"
1212

1313
before_install:
14-
- curl -OLs http://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
14+
- curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
1515
# add our launchpad repo which has (inter alia) the r-cran-rbenchmark package
1616
- sudo add-apt-repository -y ppa:edd/misc
1717
- ./run.sh bootstrap

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017-08-26 Dirk Eddelbuettel <[email protected]>
2+
3+
* .travis.yml (before_install): Use https for curl fetch
4+
15
2017-08-14 James J Balamuta <[email protected]>
26

37
* vignettes/Rcpp-FAQ.Rnw: Sunset macOS documentation dealing with

0 commit comments

Comments
 (0)