Skip to content

Commit

Permalink
Require Julia v0.6, update CI configs, prepare for Julia v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Oct 22, 2017
1 parent 7c9e58a commit ac01797
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: false
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
julia 0.5
Compat
julia 0.6
ArgParse
Compat 0.33
ROOTFramework
SIS3316
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This file is a part of GeDetROOT.jl, licensed under the MIT License (MIT).

@Base.Test.testset "Package GeDetROOT" begin
import Compat.Test
Test.@testset "Package GeDetROOT" begin
include.([
])
end

0 comments on commit ac01797

Please sign in to comment.