Browse Source

travis build test 6

Former-commit-id: c3daa39fc0e4bd7f7d9e9cb01d12cf1324993236
Daniele Panozzo 9 years ago
parent
commit
6103c5468c
1 changed files with 5 additions and 4 deletions
  1. 5 4
      .travis.yml

+ 5 - 4
.travis.yml

@@ -9,13 +9,14 @@ matrix:
         - cd tutorial
         - mkdir build
         - cd build
-        - CXXFLAGS="-mno-rtm" cmake -DCMAKE_CXX_COMPILER=g++-4.8 ../
+        # - CXXFLAGS="-mno-rtm" cmake -DCMAKE_CXX_COMPILER=g++-4.8 ../
+        - cmake -DCMAKE_CXX_COMPILER=g++-4.8 ../
         - make -j 2
       addons:
         apt:
-          sources:
-            - ubuntu-toolchain-r-test
-            - kalakris-cmake
+          # sources:
+          #   - ubuntu-toolchain-r-test
+          #   - kalakris-cmake
           packages:
             - g++-4.8
             - libglu1-mesa-dev