Skip to content

Commit

Permalink
Merge pull request #216 from lawinslow/master
Browse files Browse the repository at this point in the history
fix travis build
  • Loading branch information
Luke Winslow authored Sep 2, 2016
2 parents 2b68896 + 3c8293b commit cba5092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
install:
- ./travis-tool.sh install_deps
- ./travis-tool.sh r_install covr
- Rscript -e 'install.packages("GLMr", repos="http://owi.usgs.gov/R")'
- Rscript -e 'install.packages("GLMr", repos="https://owi.usgs.gov/R")'
script: ./travis-tool.sh run_tests

after_success:
Expand Down

0 comments on commit cba5092

Please sign in to comment.