Skip to content

Commit

Permalink
add link to netlify for hosting agreement (#338)
Browse files Browse the repository at this point in the history
* add link to netlify for hosting agreement

* fix due to updated devtools.
  • Loading branch information
falkben authored Oct 4, 2019
1 parent d474fce commit 7c4cff4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ matrix:
- Rscript -e "Rcpp::compileAttributes()"
## The next 2 lines were a fix for lines 35-6
- Rscript -e "install.packages('./', type = 'source', repos = NULL)"
- Rscript -e "devtools::test(stop_on_failure = FALSE)"
- Rscript -e "devtools::test()"
## The following won't work until we fix the ../../packedForest -> R-Project/src problem
#- printf "Starting BUILD and CHECK --as-cran\n\n"
#- R CMD build --resave-data .
Expand Down
9 changes: 9 additions & 0 deletions docs/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends "!footer.html" %}
{% block extrafooter %}
<p style="text-align: center; margin: .5rem;">
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg"/>
</a>
</p>
{{ super() }}
{% endblock %}

0 comments on commit 7c4cff4

Please sign in to comment.