Skip to content

Commit

Permalink
added install_keras() to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Tietze committed Mar 14, 2019
1 parent 5458364 commit a63931e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ r_github_packages:
before_install:
- sudo apt-get update
- sudo apt-get install libmagic-dev
before-script:
- Rscript -e "keras::install_keras()"
after_success:
- Rscript -e 'covr::codecov()'

0 comments on commit a63931e

Please sign in to comment.