Add node 8 to travis config · Issue #5804 · babel/babel

We currently only test babel with node 7,6 and 4. We should also test against node 8: edit .travis.yml and add node 8 there. use node 8 locally and run tests to see if it works (see CONTRIBUTING.md...