Skip to content

Commit 9030182

Browse files
alystEvizero
authored andcommitted
update Travis CI
1 parent 5f09300 commit 9030182

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.travis.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 0.6
6+
- 0.7
7+
- 1.0
78
- nightly
89
notifications:
910
email: false
@@ -22,7 +23,11 @@ addons:
2223
install:
2324
#- sudo pip install pymdown-extensions
2425

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+
2531
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"))'

0 commit comments

Comments
 (0)