Skip to content

Commit f2ff7d2

Browse files
authored
Merge pull request #6 from JuliaMath/aa/dft
Restructure the package for deprecated binding overwriting
2 parents f9772b0 + 86dc7b0 commit f2ff7d2

File tree

4 files changed

+457
-450
lines changed

4 files changed

+457
-450
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ notifications:
1212
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1313
# - julia -e 'Pkg.clone(pwd()); Pkg.build("AbstractFFTs"); Pkg.test("AbstractFFTs"; coverage=true)'
1414
after_success:
15-
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("AbstractFFTs")); using Coverage; Coveralls.submit(Coveralls.process_folder())'
16-
- julia -e 'Pkg.add("Documenter"); cd(Pkg.dir("AbstractFFTs")); include(joinpath("docs", "make.jl"))'
15+
- julia -e 'VERSION >= v"0.7-" && (Pkg.add("Coverage"); cd(Pkg.dir("AbstractFFTs")); using Coverage; Coveralls.submit(Coveralls.process_folder()))'
16+
- julia -e 'VERSION >= v"0.7-" && (Pkg.add("Documenter"); cd(Pkg.dir("AbstractFFTs")); include(joinpath("docs", "make.jl")))'

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
julia 0.6.0-rc1
1+
julia 0.6

0 commit comments

Comments
 (0)