Currently Travis CI is set to use Node versions 0.10 and 0.12. Note the first digit. Current common versions are 10.x and 12.x. We're testing with ancient versions of node, from the time that dinosaurs roamed the earth. Let's just test with the latest stable Node, represented by node in .travis.yml, so that if we just ignore Travis for awhile as the development of Node marches on, this should still work and be relevant.
85cf5feEric70mo ago