Skip to content

Commit 11966e5

Browse files
committed
use https on curl fetch
1 parent c03cd8a commit 11966e5

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
@@ -7,7 +7,7 @@ sudo: required
77
dist: trusty
88

99
before_install:
10-
- curl -OLs http://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
10+
- curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
1111
# add our launchpad repo which has additional packages -- not needed here
1212
# - sudo add-apt-repository -y ppa:edd/misc
1313
- ./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 <edd@debian.org>
2+
3+
* .travis.yml (before_install): Use https for curl fetch
4+
15
2017-06-06 Yu Gong <armgong@yahoo.com>
26

37
* inst/include/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h:

0 commit comments

Comments
 (0)