Skip to content

Commit f6b418d

Browse files
committed
upgrade .travis.yml
1 parent 842e0ab commit f6b418d

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

.travis.yml

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
language: julia
2-
32
os:
4-
- linux
5-
- osx
6-
3+
- linux
4+
- osx
75
julia:
8-
- 0.6
9-
- nightly
10-
matrix:
11-
allow_failures:
12-
- julia: nightly
6+
- 0.6
7+
- nightly
8+
notifications:
9+
email: false
1310
git:
14-
depth: 5000
11+
depth: 99999999
1512

16-
notifications:
17-
email: false
13+
matrix:
14+
allow_failures:
15+
- julia: nightly
1816

19-
before_script:
20-
- export PATH=$HOME/.local/bin:$PATH
17+
addons:
18+
apt: # apt-get for linux
19+
packages:
20+
- hdf5-tools
2121

2222
install:
2323
#- sudo pip install pymdown-extensions
2424

2525
after_success:
26+
- julia -e 'cd(Pkg.dir("MLDatasets")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
2627
- julia -e 'Pkg.add("Documenter")'
2728
- 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)'

0 commit comments

Comments
 (0)