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

Added Travis CI #16

Merged
merged 6 commits into from
Sep 5, 2018
Merged

Added Travis CI #16

merged 6 commits into from
Sep 5, 2018

Conversation

codenirvana
Copy link
Member

No description provided.

@codenirvana codenirvana self-assigned this Sep 5, 2018
.travis.yml Outdated
if: branch = develop AND type = push
before_script: pip install --user awscli
script: npm run build-docs
after_success: aws s3 sync ./webout s3://pm-schemas/ --delete --follow-symlinks
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bucket name comes from $S3_BUCKET

@@ -0,0 +1,16 @@
language: node_js
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add system tests.

@kunagpal kunagpal added the tests Tests and their related config label Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests and their related config
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants