diff --git a/.travis.yml b/.travis.yml index 0624fd5b6..3036ab4f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,4 +49,5 @@ script: - cd build - cmake .. - make + - make install - ctest --verbose diff --git a/CMakeLists.txt b/CMakeLists.txt index 9922e9c24..6d3a4c26b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,10 +77,7 @@ endif() lcm_option( LCM_ENABLE_GO "Build Go utilities, bindings is source distributed" - - # Disable until #294 is resolved - FALSE Go) - # GO_FOUND Go) + GO_FOUND Go) option(LCM_ENABLE_TESTS "Build unit tests" ON) if(LCM_ENABLE_TESTS)