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

Create a travis.yml #1

Open
prasadtalasila opened this issue Nov 8, 2018 · 5 comments
Open

Create a travis.yml #1

prasadtalasila opened this issue Nov 8, 2018 · 5 comments

Comments

@prasadtalasila
Copy link
Member

Create travis.yml using this template

@prasadtalasila
Copy link
Member Author

@jineetd please work on this issue next. In case of any queries, please raise questions on gitter channel.

@prasadtalasila
Copy link
Member Author

prasadtalasila commented Dec 31, 2018

@prasadtalasila
Copy link
Member Author

A tentative .travis.yml file:

sudo: required
dist: xenial

notifications:
  email:
    recipients:
      - [email protected]
      - [email protected]
    on_success: change
    on_failure: always

script:
- bash tests/test_runner.sh

@prasadtalasila
Copy link
Member Author

@prasadtalasila
Copy link
Member Author

prasadtalasila commented Dec 31, 2018

Tests to put in:

  • Nodejs

    • Write a hello world program in express.js and write a unit test to test the same.
    • Write a hello world program in express.js and access the webpage produced by express.js server in the container.
  • Execution node

    • Run all the tests of nodejs container
    • Run unit tests of all languages for the examples

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