File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 5
5
- osx
6
6
julia :
7
7
- 1.0
8
- - 1.1
8
+ - 1
9
9
- nightly
10
- matrix :
10
+ jobs :
11
11
allow_failures :
12
12
- julia : nightly
13
+ include :
14
+ - stage : " Documentation"
15
+ julia : 1
16
+ os : linux
17
+ script :
18
+ - julia --project=doc/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
19
+ - julia --project=doc/ doc/make.jl
20
+ after_success : skip
13
21
notifications :
14
22
email : false
15
23
# uncomment the following lines to override the default test script
@@ -18,13 +26,3 @@ notifications:
18
26
# - julia -e 'using Pkg; Pkg.add(pwd()); Pkg.build("Clustering"); Pkg.test("Clustering"; coverage=true)'
19
27
after_success :
20
28
- julia -e 'using Pkg, Clustering; cd(joinpath(dirname(pathof(Clustering)), "..")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
21
-
22
- jobs :
23
- include :
24
- - stage : " Documentation"
25
- julia : 1.1
26
- os : linux
27
- script :
28
- - julia --project=doc/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
29
- - julia --project=doc/ doc/make.jl
30
- after_success : skip
You can’t perform that action at this time.
0 commit comments