File tree Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Expand file tree Collapse file tree 1 file changed +15
-18
lines changed Original file line number Diff line number Diff line change 1
1
language : julia
2
-
3
2
os :
4
- - linux
5
- - osx
6
-
3
+ - linux
4
+ - osx
7
5
julia :
8
- - 0.6
9
- - nightly
10
- matrix :
11
- allow_failures :
12
- - julia : nightly
6
+ - 0.6
7
+ - nightly
8
+ notifications :
9
+ email : false
13
10
git :
14
- depth : 5000
11
+ depth : 99999999
15
12
16
- notifications :
17
- email : false
13
+ matrix :
14
+ allow_failures :
15
+ - julia : nightly
18
16
19
- before_script :
20
- - export PATH=$HOME/.local/bin:$PATH
17
+ addons :
18
+ apt : # apt-get for linux
19
+ packages :
20
+ - hdf5-tools
21
21
22
22
install :
23
23
# - sudo pip install pymdown-extensions
24
24
25
25
after_success :
26
+ - julia -e 'cd(Pkg.dir("MLDatasets")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
26
27
- julia -e 'Pkg.add("Documenter")'
27
28
- julia -e 'cd(Pkg.dir("MLDatasets")); include(joinpath("docs", "make.jl"))'
28
-
29
- script :
30
- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
31
- - julia -e 'Pkg.clone(pwd()); Pkg.build("MLDatasets"); Pkg.test("MLDatasets"; coverage=true)'
You can’t perform that action at this time.
0 commit comments