diff --git a/.travis.yml b/.travis.yml index 6576f6c51..672cb389d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,6 @@ os: - linux - osx julia: - - 1.0 - - 1.1 - - 1.2 - - 1.3 - - 1.4 - 1.5 - nightly notifications: @@ -16,5 +11,3 @@ notifications: git: depth: 99999999 -after_success: - - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())' \ No newline at end of file diff --git a/Project.toml b/Project.toml index 62d10bc50..8b18db6ac 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FaceDetection" uuid = "00808967-75e2-4046-a522-2ca211e35506" authors = ["Jake W. Ireland and contributors"] -version = "0.1.1" +version = "0.2.0" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"