Browse Source

attempt to fix travis bug

Former-commit-id: f7410e6228fe9f6d9b4c332d2f153586682c91d7
Daniele Panozzo 8 years ago
parent
commit
01f90627c7
1 changed files with 1 additions and 1 deletions
  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