Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add travis #7

Open
luisherranz opened this issue Jul 28, 2019 · 0 comments
Open

Add travis #7

luisherranz opened this issue Jul 28, 2019 · 0 comments
Milestone

Comments

@luisherranz
Copy link
Member

Add travis with the same default config we use to have in the past. Something like:

language: node_js
cache:
  directories:
    - ~/.npm
    - ~/.cache
install:
  - npm ci
node_js:
  - lts/*
after_success:
  - npm run semantic-release
script:
  - npm run test:ci
branches:
  except:
    - /^v\d+\.\d+\.\d+$/
@luisherranz luisherranz modified the milestones: v1.0, v1.1 Jul 28, 2019
@luisherranz luisherranz changed the title Add travis and publish the 1.0.0 version Add travis Aug 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant