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

Continuous integration tests to lint and test configurations #18

Open
erictleung opened this issue Jan 16, 2019 · 1 comment
Open

Continuous integration tests to lint and test configurations #18

erictleung opened this issue Jan 16, 2019 · 1 comment

Comments

@erictleung
Copy link
Owner

erictleung commented Jan 16, 2019

@erictleung
Copy link
Owner Author

Multiple settings example

matrix:
  include:
    - language: ruby
      rvm: 2.2
      before_script: gem install awesome_bot
      script: awesome_bot --allow-redirect --alow-ssl README.md

    - language: node_js
      node_js: 'node'
      before_script: npm install awesome-lint

notifications:
  email: false   

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