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

fix travis-ci(#28): use shell script instead of aliases #35

Merged
merged 2 commits into from Oct 4, 2018
Merged

fix travis-ci(#28): use shell script instead of aliases #35

merged 2 commits into from Oct 4, 2018

Conversation

krishnakarthik9
Copy link
Contributor

@krishnakarthik9 krishnakarthik9 commented Oct 4, 2018

Fixes issue #28
With this PR you can see that the travis build is success here for branch travis-ci.

PR Description
Previously travis-ci is failing because its not able to identify aliases for antlr4 and others. In this PR, aliases are substituted by one line shell script(created by echo -e "command" > filename).

Even after this modification the travis-build fails. The error is due to a test case in pkg/stdlib/strings/json_test.go where JsonParse was not able to parse none.
So I fixed that too by parsing value None if input is nil.

@krishnakarthik9 krishnakarthik9 mentioned this pull request Oct 4, 2018
:
json should parse as (values) None if input is nil.
@krishnakarthik9 krishnakarthik9 changed the title fix travis-ci: use shell script instead of aliases fix travis-ci(#28): use shell script instead of aliases Oct 4, 2018
Copy link
Member

@ziflex ziflex left a comment

Choose a reason for hiding this comment

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

Looks good! Thank you for the PR.

@ziflex ziflex merged commit d92d97d into MontFerret:master Oct 4, 2018
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