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.
2 parents 2b68896 + 3c8293b commit cba5092Copy full SHA for cba5092
.travis.yml
@@ -13,7 +13,7 @@ before_install:
13
install:
14
- ./travis-tool.sh install_deps
15
- ./travis-tool.sh r_install covr
16
- - Rscript -e 'install.packages("GLMr", repos="http://owi.usgs.gov/R")'
+ - Rscript -e 'install.packages("GLMr", repos="https://owi.usgs.gov/R")'
17
script: ./travis-tool.sh run_tests
18
19
after_success:
0 commit comments