gulp.task('preversion', () => {
  return Promise.resolve()
    .then(test)
    .then(fixLint)
    .then(build)