If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl , making sure to read the FAQ first.
    
    Results with Julia v1.2.0 
    
      Testing was successful .
      Last evaluation was  ago and took 23 seconds.
    
    
      Click here  to download the log file.
      
    
      Click here to show the log contents. 
      
       Resolving package versions...
 Installed LinkedLists ─ v0.1.1
  Updating `~/.julia/environments/v1.2/Project.toml`
  [70f5e60a] + LinkedLists v0.1.1
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [70f5e60a] + LinkedLists v0.1.1
   Testing LinkedLists
 Resolving package versions...
[ Info: No changes
    Status `/tmp/jl_nbMVhY/Manifest.toml`
  [70f5e60a] LinkedLists v0.1.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
SLinkedList{Int64}{Int64}(3, 2, 7, 7, 9)
[3, 2, 7, 7, 9]
SLinkedList{Int64}{Int64}(3, 2, 7, 7, 9)SLinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9)SLinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9, 11)
[8, 3, 2, 7, 7, 9]
SLinkedList{Int64}{Int64}(17, 16, 3, 12, 7, 7, 23, 24)
[17, 16, 3, 12, 7, 7, 23, 24]
Test Summary:       |
Singly-Linked Lists | No tests
  4.014087 seconds (4.17 M allocations: 210.755 MiB, 6.58% gc time)
LinkedList{Int64}{Int64}(3, 2, 7, 7, 9)
[3, 2, 7, 7, 9]
LinkedList{Int64}{Int64}(3, 2, 7, 7, 9)LinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9)
LinkedList{Int64}{Int64}(3, 6, 2, 7, 7, 9)
[3, 6, 2, 7, 7, 9]
LinkedList{Int64}{Int64}(17, 16, 3, 12, 7, 7, 23, 24)
[17, 16, 3, 12, 7, 7, 23, 24]
Test Summary:       |
Doubly-Linked Lists | No tests
  1.697928 seconds (1.46 M allocations: 72.090 MiB, 2.22% gc time)
   Testing LinkedLists tests passed 
 
       
    Results with Julia v1.3.0 
    
      Testing was successful .
      Last evaluation was  ago and took 22 seconds.
    
    
      Click here  to download the log file.
      
    
      Click here to show the log contents. 
      
       Resolving package versions...
 Installed LinkedLists ─ v0.1.1
  Updating `~/.julia/environments/v1.3/Project.toml`
  [70f5e60a] + LinkedLists v0.1.1
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [70f5e60a] + LinkedLists v0.1.1
   Testing LinkedLists
 Resolving package versions...
[ Info: No changes
    Status `/tmp/jl_UvHuGW/Manifest.toml`
  [70f5e60a] LinkedLists v0.1.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
SLinkedList{Int64}{Int64}(3, 2, 7, 7, 9)
[3, 2, 7, 7, 9]
SLinkedList{Int64}{Int64}(3, 2, 7, 7, 9)SLinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9)SLinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9, 11)
[8, 3, 2, 7, 7, 9]
SLinkedList{Int64}{Int64}(17, 16, 3, 12, 7, 7, 23, 24)
[17, 16, 3, 12, 7, 7, 23, 24]
Test Summary:       |
Singly-Linked Lists | No tests
  4.340567 seconds (4.00 M allocations: 199.605 MiB, 2.88% gc time)
LinkedList{Int64}{Int64}(3, 2, 7, 7, 9)
[3, 2, 7, 7, 9]
LinkedList{Int64}{Int64}(3, 2, 7, 7, 9)LinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9)
LinkedList{Int64}{Int64}(3, 6, 2, 7, 7, 9)
[3, 6, 2, 7, 7, 9]
LinkedList{Int64}{Int64}(17, 16, 3, 12, 7, 7, 23, 24)
[17, 16, 3, 12, 7, 7, 23, 24]
Test Summary:       |
Doubly-Linked Lists | No tests
  2.151809 seconds (1.42 M allocations: 69.691 MiB, 5.83% gc time)
   Testing LinkedLists tests passed 
 
       
    Results with Julia v1.3.1-pre-7704df0a5a 
    
      Testing was successful .
      Last evaluation was  ago and took 22 seconds.
    
    
      Click here  to download the log file.
      
    
      Click here to show the log contents. 
      
       Resolving package versions...
 Installed LinkedLists ─ v0.1.1
  Updating `~/.julia/environments/v1.3/Project.toml`
  [70f5e60a] + LinkedLists v0.1.1
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [70f5e60a] + LinkedLists v0.1.1
   Testing LinkedLists
 Resolving package versions...
[ Info: No changes
    Status `/tmp/jl_WhVtnE/Manifest.toml`
  [70f5e60a] LinkedLists v0.1.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
SLinkedList{Int64}{Int64}(3, 2, 7, 7, 9)
[3, 2, 7, 7, 9]
SLinkedList{Int64}{Int64}(3, 2, 7, 7, 9)SLinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9)SLinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9, 11)
[8, 3, 2, 7, 7, 9]
SLinkedList{Int64}{Int64}(17, 16, 3, 12, 7, 7, 23, 24)
[17, 16, 3, 12, 7, 7, 23, 24]
Test Summary:       |
Singly-Linked Lists | No tests
  4.581907 seconds (4.00 M allocations: 199.533 MiB, 5.33% gc time)
LinkedList{Int64}{Int64}(3, 2, 7, 7, 9)
[3, 2, 7, 7, 9]
LinkedList{Int64}{Int64}(3, 2, 7, 7, 9)LinkedList{Int64}{Int64}(8, 3, 2, 7, 7, 9)
LinkedList{Int64}{Int64}(3, 6, 2, 7, 7, 9)
[3, 6, 2, 7, 7, 9]
LinkedList{Int64}{Int64}(17, 16, 3, 12, 7, 7, 23, 24)
[17, 16, 3, 12, 7, 7, 23, 24]
Test Summary:       |
Doubly-Linked Lists | No tests
  1.838711 seconds (1.42 M allocations: 69.682 MiB, 7.91% gc time)
   Testing LinkedLists tests passed