Upgrade CI environment to Node 10, remove builds for < Node 8

Remove yarn, npm is fast now, and comes with node.
Synchronize package-lock.json and package.json
This commit is contained in:
Daniel Patterson
2018-12-14 11:59:08 -07:00
committed by Daniel Patterson
parent d0180517a8
commit 1ef85c57cc
5 changed files with 1046 additions and 7133 deletions
+1 -26
View File
@@ -182,29 +182,4 @@ Feature: Snap start/end point to the nearest way
| x | m | xe,xe |
| x | n | xf,xf |
| x | o | xg,xg |
| x | p | xh,xh |
Scenario: Weighted snapping
# Given the query options
# | snapping | weighted |
Given a grid size of 10 meters
Given the node map
"""
a b c
1 2 3 4
5 6 7 8d
9
0 e
"""
And the ways
| nodes |
| ab |
| bc |
| cd |
| de |
When I route I should get
| from | to | route |
| 1 | 0 | ab,bc,cd,de |
| 2 | 0 | bc,cd,de |
| x | p | xh,xh |