Skip to content

Commit

Permalink
Update travis to display dynamic graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinLeverger committed Nov 10, 2016
1 parent 8f27104 commit ba7bd26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,8 @@ install:
- R -e "install.packages('reshape2')"
- R -e "install.packages('ggplot2')"
- R -e "install.packages('RColorBrewer')"
- R -e "install.packages('readr')"
- R -e "install.packages('readr')"
- R -e "install.packages('plotly')"
- R -e "install.packages('dataQualityR')"
- R -e "install.packages('randomForest')"

Expand Down

0 comments on commit ba7bd26

Please sign in to comment.