Skip to content

Commit

Permalink
Merge branch 'master' into feature-ruby-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
saitoha committed Jun 28, 2016
2 parents f5a5757 + 78f34be commit 32512be
Show file tree
Hide file tree
Showing 139 changed files with 14,109 additions and 4,376 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -39,7 +39,7 @@ before_script:
script:
- "make"
- "sudo make install"
- "make test | tee log | grep succeeded || (cat log|tail -n5; exit 1)"
- "make test | tee log | grep succeeded || (cat log|tail -n50; exit 1)"

after_success:
- "make valgrind || (cat valgrind.log && exit 1)"
Expand Down

0 comments on commit 32512be

Please sign in to comment.