소스 검색

Make travis happy, again (or try to)

Manoël Trapier 6 년 전
부모
커밋
a6586b3467
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      .travis.yml

+ 2 - 4
.travis.yml

@@ -8,13 +8,11 @@ matrix:
 
 addons:
   apt:
-    sources:
-      - george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
     packages:
-      - cmake
-      - cmake-data
       - lcov
       - curl
+      - xorg-dev
+      - libglu1-mesa-dev
 
 compiler:
   - clang