Skip to content

Commit

Permalink
fix typo in before_script
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Tietze committed Mar 14, 2019
1 parent a63931e commit 330cdf6
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 @@ -5,7 +5,7 @@ r_github_packages:
before_install:
- sudo apt-get update
- sudo apt-get install libmagic-dev
before-script:
before_script:
- Rscript -e "keras::install_keras()"
after_success:
- Rscript -e 'covr::codecov()'

0 comments on commit 330cdf6

Please sign in to comment.