faceyspacey/babel-plugin-dual-import

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - stable
cache: yarn
script:
  - node_modules/.bin/travis-github-status lint jest codeclimate
notifications:
  email: false
after_success:
  - npm run semantic-release
branches:
  except:
    - /^v\d+\.\d+\.\d+$/