Skip to content

Commit cbc7d66

Browse files
committed
use https to fetch run.sh
1 parent 1d2e739 commit cbc7d66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
- _R_CHECK_FORCE_SUGGESTS_=FALSE
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
- ./run.sh bootstrap
1616

1717
install:

ChangeLog

+4
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 to fetch run.sh
4+
15
2016-09-27 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Version, Date): Release 0.2.6

0 commit comments

Comments
 (0)