File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ notifications:
1414
1515# # uncomment the following lines to override the default test script
1616# script:
17- #   - julia -e 'Pkg.clone(pwd()); Pkg.build("NbodySimulator "); Pkg.test("NbodySimulator "; coverage=true)'
17+ #   - julia -e 'Pkg.clone(pwd()); Pkg.build("NBodySimulator "); Pkg.test("NBodySimulator "; coverage=true)'
1818after_success :
1919  #  push coverage results to Coveralls
20-   - julia -e 'cd(Pkg.dir("NbodySimulator ")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())' 
20+   - julia -e 'cd(Pkg.dir("NBodySimulator ")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())' 
2121  #  push coverage results to Codecov
22-   - julia -e 'cd(Pkg.dir("NbodySimulator ")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' 
22+   - julia -e 'cd(Pkg.dir("NBodySimulator ")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())' 
Original file line number Diff line number Diff line change 1- The NbodySimulator .jl package is licensed under the MIT "Expat" License:
1+ The NBodySimulator .jl package is licensed under the MIT "Expat" License:
22
33>  Copyright (c) 2018: Mikhail Vaganov.
44> 
Original file line number Diff line number Diff line change 1- # NbodySimulator  
1+ # NBodySimulator  
22
33[ ![ Build Status] ( https://travis-ci.org/JuliaDiffEq/NBodySimulator.jl.svg?branch=master )] ( https://travis-ci.org/JuliaDiffEq/NBodySimulator.jl ) 
44[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/1ofg9ianvcciq26v?svg=true )] ( https://ci.appveyor.com/project/Mikhail-Vaganov/nbodysimulator-jl ) 
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ build_script:
3939#  Need to convert from shallow to complete for Pkg.clone to work
4040  - IF EXIST .git\shallow (git fetch --unshallow) 
4141  - C:\projects\julia\bin\julia -e "versioninfo(); 
42-       Pkg.clone(pwd(), \"NbodySimulator \"); Pkg.build(\"NbodySimulator \")" 
42+       Pkg.clone(pwd(), \"NBodySimulator \"); Pkg.build(\"NBodySimulator \")" 
4343
4444test_script :
45-   - C:\projects\julia\bin\julia -e "Pkg.test(\"NbodySimulator \")" 
45+   - C:\projects\julia\bin\julia -e "Pkg.test(\"NBodySimulator \")" 
Original file line number Diff line number Diff line change 1- module  NbodySimulator
1+ __precompile__ ()
2+ 
3+ module  NBodySimulator
24
35using  Reexport
46@reexport  using  DiffEqBase, OrdinaryDiffEq, RecursiveArrayTools
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments