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 build #6

Closed
gchp opened this issue Nov 29, 2014 · 2 comments
Closed

Fix travis build #6

gchp opened this issue Nov 29, 2014 · 2 comments

Comments

@gchp
Copy link
Owner

gchp commented Nov 29, 2014

Travis is failing now because it can't find the termbox library. Need to update the install script to install this before running the tests.

gchp added a commit that referenced this issue Dec 1, 2014
gchp added a commit that referenced this issue Dec 1, 2014
gchp added a commit that referenced this issue Dec 1, 2014
@gchp
Copy link
Owner Author

gchp commented Dec 1, 2014

The build will now install the termbox library, buts its failing halfway through the tests. No idea why. The output is not helpful.

    Running `/home/travis/build/gchp/rdit/target/rdit-b6ee4c9f1c1abf17`

running 27 tests
test cursor::tests::test_get_offset ... ok
test buffer::tests::test_get_status_text ... ok
test buffer::tests::test_split_line ... ok
test cursor::tests::test_delete_forward_char ... ok
test cursor::tests::test_delete_backward_char ... ok
test cursor::tests::test_get_line_length ... ok
test cursor::tests::test_get_position ... ok
test cursor::tests::test_insert_char ... ok
test cursor::tests::test_moving_left ... ok
test cursor::tests::test_moving_to_end_of_line_when_set ... ok
test cursor::tests::test_moving_right ... ok
test cursor::tests::test_set_offset ... ok
test cursor::tests::test_get_linenum ... ok
test cursor::tests::test_get_status_text ... ok
Process didn't exit successfully: `/home/travis/build/gchp/rdit/target/rdit-b6ee4c9f1c1abf17` (status=9)

The command "cargo test -v" exited with 101.

gchp added a commit that referenced this issue Dec 3, 2014
gchp added a commit that referenced this issue Dec 3, 2014
gchp added a commit that referenced this issue Dec 3, 2014
gchp added a commit that referenced this issue Dec 3, 2014
@gchp
Copy link
Owner Author

gchp commented Dec 3, 2014

Fixed in c9ee454

@gchp gchp closed this as completed Dec 3, 2014
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