Skip to content

Commit cba5092

Browse files
author
Luke Winslow
authored
Merge pull request #216 from lawinslow/master
fix travis build
2 parents 2b68896 + 3c8293b commit cba5092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
install:
1414
- ./travis-tool.sh install_deps
1515
- ./travis-tool.sh r_install covr
16-
- Rscript -e 'install.packages("GLMr", repos="http://owi.usgs.gov/R")'
16+
- Rscript -e 'install.packages("GLMr", repos="https://owi.usgs.gov/R")'
1717
script: ./travis-tool.sh run_tests
1818

1919
after_success:

0 commit comments

Comments
 (0)