Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make it possible to compile the doc without javadoc (Fix #10)
[simgrid.git] / .travis.yml
index 1adb0a2..df1e55c 100644 (file)
@@ -8,7 +8,11 @@
 language: cpp
 compiler:
    - gcc
-   - clang
+#  - clang # boost 1.48 raises an error on clang:
+           # /usr/include/boost/signals2/detail/auto_buffer.hpp:565:57: error:
+           #   reference to non-static member function must be called
+          #             std::uninitialized_fill( buffer_, buffer_ + size, init_value );
+           #                                                         ^~~~
 addons:
   apt: # Get recent versions of the compiler, even on Ubuntu Precise
       sources: