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

Travis Configuration #8

Merged
merged 1 commit into from Feb 17, 2017

Conversation

jimjenkins5
Copy link
Contributor

Builds were failing because we had no travis configuration file.

This PR adds a .travis.yml file with the configuration to run grunt (eslint) and npm test

.travis.yml Outdated
before_script:
- npm install -g grunt
script:
- grunt
Copy link
Member

Choose a reason for hiding this comment

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

Please make this more specific, e.g. grunt standards, so that it's easier to tell what's happening on Travis

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@jthomerson jthomerson self-assigned this Feb 12, 2017
@jimjenkins5 jimjenkins5 force-pushed the feature_travisConfig branch 2 times, most recently from 235b661 to 74656a0 Compare February 13, 2017 14:23
@jthomerson jthomerson merged commit 7f14ac4 into silvermine:master Feb 17, 2017
@jimjenkins5 jimjenkins5 deleted the feature_travisConfig branch May 3, 2017 15:51
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

Successfully merging this pull request may close these issues.

None yet

2 participants