File tree Expand file tree Collapse file tree 4 files changed +4
-35
lines changed Expand file tree Collapse file tree 4 files changed +4
-35
lines changed Original file line number Diff line number Diff line change 44  name : FreeBSD 
55  env :
66    matrix :
7-       - JULIA_VERSION : 1.0 
8-       - JULIA_VERSION : 1.1 
7+       - JULIA_VERSION : 1.3 
98      - JULIA_VERSION : nightly 
109  install_script :
1110    - sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)" 
Original file line number Diff line number Diff line change @@ -12,34 +12,6 @@ steps:
1212  commands :
1313  - " julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" 
1414
15- ---
16- kind : pipeline 
17- name : linux - arm64 - Julia 1.0 
18- 
19- platform :
20-   os : linux 
21-   arch : arm64 
22- 
23- steps :
24- - name : build 
25-   image : julia:1.0 
26-   commands :
27-   - " julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" 
28- 
29- ---
30- kind : pipeline 
31- name : linux - arm64 - Julia 1.2 
32- 
33- platform :
34-   os : linux 
35-   arch : arm64 
36- 
37- steps :
38- - name : build 
39-   image : julia:1.2 
40-   commands :
41-   - " julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" 
42- 
4315---
4416kind : pipeline 
4517name : linux - arm64 - Julia 1.3 
Original file line number Diff line number Diff line change 44  - linux 
55  - osx 
66julia :
7-   - 1.0 
8-   - 1.1 
7+   - 1.3 
98  - nightly 
109env :
1110  matrix :
@@ -24,7 +23,7 @@ after_success:
2423jobs :
2524  include :
2625    - stage : " Documentation" 
27-       julia : 1.0  
26+       julia : 1.3  
2827      os : linux 
2928      script :
3029        - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); 
Original file line number Diff line number Diff line change 11environment :
22  matrix :
3-   - julia_version : 1 
4-   - julia_version : 1.1 
3+   - julia_version : 1.3 
54  - julia_version : nightly 
65
76platform :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments