thgreasi / babel-plugin-system-import-transformer

import() & System.import() to UMD pattern transformer plugin for Babel
MIT License
72 stars 6 forks source link

Added travis ci support for stable node version #8

Closed amilajack closed 8 years ago

thgreasi commented 8 years ago

Thanks :)

amilajack commented 8 years ago

@thgreasi also remember to enable tests at travis-ci.org

thgreasi commented 8 years ago

Don't they run out of the box? Do I need to do anything manually?

amilajack commented 8 years ago

By default, travis ci tests are off. They have to be enabled manually at the website :( kind of sucks. Should be automatic.