Skip to content

Commit

Permalink
try putting Plots dep in main require in attempt to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Crghilardi committed Jan 6, 2019
1 parent e477947 commit a823901
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ matrix:
notifications:
email: false

#before_install:
# - `import Pkg; Pkg.add("Plots")`

after_success:
- julia -e 'if VERSION >= v"0.7.0-" using Pkg end; cd(Pkg.dir("ForestBiometrics")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
- julia -e 'if VERSION >= v"0.7.0-" using Pkg end; cd(Pkg.dir("ForestBiometrics")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())';
Expand Down
3 changes: 2 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
julia 1.0
RecipesBase 0.6.0
OffsetArrays 0.6.0
OffsetArrays 0.6.0
Plots

0 comments on commit a823901

Please sign in to comment.