Skip to content

Commit

Permalink
Fix travis config (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstaab authored Oct 30, 2017
1 parent 7bc6f28 commit f918742
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ r:
- devel

before_install:
- mkdir ~/bin
- mkdir -p ~/bin
- wget -O ~/bin/msms.jar "https://www.dropbox.com/s/csi77fa994g9cpw/msms.jar?dl=1"
- wget -O ~/bin/OmegaPlus "https://www.dropbox.com/s/m9ppejh6qz0eqmy/OmegaPlus?dl=1"
- wget -O ~/bin/seq-gen "https://www.dropbox.com/s/el8375o09snd5v5/seq-gen?dl=1"
Expand All @@ -23,4 +23,3 @@ r_packages:
after_success:
- Rscript -e "lintr::lint_package()"
- Rscript -e "library(covr); coveralls()"

0 comments on commit f918742

Please sign in to comment.