瀏覽代碼

attempt to fix travis bug

Former-commit-id: f7410e6228fe9f6d9b4c332d2f153586682c91d7
Daniele Panozzo 8 年之前
父節點
當前提交
01f90627c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -7,7 +7,7 @@ matrix:
       script:
         - git submodule update --init --recursive
         - mkdir external/nanogui/ext/glfw/include/GL
-        - wget -P external/nanogui/ext/glfw/include/GL http://www.opengl.org/registry/api/GL/glcorearb.h
+        - wget --no-check-certificate -P external/nanogui/ext/glfw/include/GL http://www.opengl.org/registry/api/GL/glcorearb.h
         - cd python
         - mkdir build
         - cd build