mapbox / mapbox-upload-validate

Validate that files can be uploaded to mapbox.com
ISC License
5 stars 7 forks source link

Travis master failing #55

Closed springmeyer closed 7 years ago

springmeyer commented 8 years ago

I restarted the last job on travis that previously passed and now it fails with:

not ok 143 is valid
  ---
    operator: ok
    expected: true
    actual:   false
    at: fail (/home/travis/build/mapbox/mapbox-upload-validate/index.js:9:48)
  ...
not ok 144 no message
  ---
    operator: notOk
    expected: false
    actual:   'Tileset does not exist'
    at: fail (/home/travis/build/mapbox/mapbox-upload-validate/index.js:9:48)
  ...
# lib.invalid
mapsam commented 7 years ago

@springmeyer I don't have much insight into the errors here, but master is passing for us after #68. Feel free to re-open if you see this again!

springmeyer commented 7 years ago

👍 @mapsam - thanks for finding and closing this.