ariesshrimp / weather-app

Code challenge
0 stars 0 forks source link

Travis chokes on <Map /> component #17

Open ariesshrimp opened 8 years ago

ariesshrimp commented 8 years ago

All the tests pass locally, and the build looks good on push to firebase host. No UI bugs or errors. But Travis chokes on import { ControlledMap } from './src/components/Map/index.js. I'm really not sure why that would be...I'm guessing a node version discrepancy, or something weird with webpack?

For the time being I've just jettisoned the test files that test <Root /> and <Map />, since otherwise everything looks fine. I'll have to drill into what's special about the map file that's causing problems...

ariesshrimp commented 8 years ago

For example, see: https://travis-ci.org/joefraley/weather-app/builds/161400098