File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 3
3
- linux
4
4
- osx
5
5
julia :
6
- - 0.6
6
+ - 0.7
7
+ - 1.0
7
8
- nightly
8
9
notifications :
9
10
email : false
@@ -22,7 +23,11 @@ addons:
22
23
install :
23
24
# - sudo pip install pymdown-extensions
24
25
26
+ # uncomment the following lines to override the default test script
27
+ # script:
28
+ # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
29
+ # - julia --check-bounds=yes -e 'using Pkg; Pkg.add(pwd()); Pkg.build("MLDatasets"); Pkg.test("MLDatasets"; coverage=true)'
30
+
25
31
after_success :
26
- - julia -e 'cd(Pkg.dir("MLDatasets")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
27
- - julia -e 'Pkg.add("Documenter")'
28
- - julia -e 'cd(Pkg.dir("MLDatasets")); include(joinpath("docs", "make.jl"))'
32
+ - julia -e 'using Pkg, MLDatasets; cd(joinpath(dirname(pathof(MLDatasets)), "..")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
33
+ - julie -e 'using Pkg; Pkg.add("Documenter"); cd(joinpath(dirname(pathof(MLDatasets)), "..")); include(joinpath("docs", "make.jl"))'
You can’t perform that action at this time.
0 commit comments