We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03cd8a commit 11966e5Copy full SHA for 11966e5
.travis.yml
@@ -7,7 +7,7 @@ sudo: required
7
dist: trusty
8
9
before_install:
10
- - 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
11
# add our launchpad repo which has additional packages -- not needed here
12
# - sudo add-apt-repository -y ppa:edd/misc
13
- ./run.sh bootstrap
ChangeLog
@@ -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
5
2017-06-06 Yu Gong <armgong@yahoo.com>
6
* inst/include/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h:
0 commit comments