Removed logging, returned other tests to .travis.yml
diff --git a/.travis.yml b/.travis.yml
index eeb3dc2..de320b5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,12 @@
   global:
     - RUBY_VERSION=2.1
   matrix:
+    - CONFIG=dbg TEST=c
+    - CONFIG=dbg TEST=c++
+    - CONFIG=opt TEST=c
+    - CONFIG=opt TEST=c++
+    - CONFIG=opt TEST=node
+    - CONFIG=opt TEST=ruby
     - CONFIG=opt TEST=python
 script:
   - rvm use $RUBY_VERSION