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

Removed extraneous travis configs, test against latest node #1559

Closed
wants to merge 2 commits into from

Conversation

amilajack
Copy link
Contributor

Remove travis support for legacy node

@@ -12,7 +12,6 @@ branches:
before_script:
- npm install -g gulp
- gulp
script: npm test
Copy link
Member

Choose a reason for hiding this comment

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

Why did you remove the testing part itself ?? 😕

@@ -12,7 +12,8 @@ branches:
before_script:
- npm install -g gulp
- gulp
script: npm test
test:
- npm test
Copy link
Member

Choose a reason for hiding this comment

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

This should remain script: npm test. test is not a valid configuration for Travis.

@RunDevelopment
Copy link
Member

Closed because #1651 was merged,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants