瀏覽代碼

Fix missing library python-setuptools and libGLU1

Jason0214 5 年之前
父節點
當前提交
a16087ee88
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ cache:
 
 before_install:
     - sudo apt-get update
-    - sudo apt-get install --no-install-recommends -y libsdl1.2debian python3-pip
+    - sudo apt-get install --no-install-recommends -y libsdl1.2debian libglu1 python3-pip python3-setuptools
     - sudo pip3 install -r requirements.txt
 
 install: