electron-userland / electron-compilers

DEPRECATED: Compiler implementations for electron-compile
35 stars 55 forks source link

Add Travis CI support #54

Closed malept closed 6 years ago

malept commented 7 years ago

All it does is run eslint and babel. Also fixes a bunch of lint warnings.

Requires someone with the requisite privileges to enable the Travis CI integration.

malept commented 7 years ago

Additional idea: successful tagged builds trigger electron-compile CI builds. (Until electron-compilers gets its own testsuite.)

MarshallOfSound commented 7 years ago

@malept Maybe electron-compile should hard pin a electron-compilers version and then just use greenkeeper to update versions when CI passes?

malept commented 7 years ago

@MarshallOfSound that is probably a better option.

malept commented 7 years ago

:raised_hands: https://travis-ci.org/electron/electron-compilers/builds/218912243