We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9928d commit 72dfb68Copy full SHA for 72dfb68
.travis.yml
@@ -11,7 +11,7 @@ env:
11
- RunAllRcppTests="yes"
12
13
before_install:
14
- - 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
15
# add our launchpad repo which has (inter alia) the r-cran-rbenchmark package
16
- sudo add-apt-repository -y ppa:edd/misc
17
- ./run.sh bootstrap
ChangeLog
@@ -1,3 +1,7 @@
1
+2017-08-26 Dirk Eddelbuettel <[email protected]>
2
+
3
+ * .travis.yml (before_install): Use https for curl fetch
4
5
2017-08-14 James J Balamuta <[email protected]>
6
7
* vignettes/Rcpp-FAQ.Rnw: Sunset macOS documentation dealing with
0 commit comments