Browse Source

Update .appveyor.yml and .travis.yml

Daniele Bartolini 10 years ago
parent
commit
8030e104b6
2 changed files with 0 additions and 6 deletions
  1. 0 2
      .appveyor.yml
  2. 0 4
      .travis.yml

+ 0 - 2
.appveyor.yml

@@ -2,8 +2,6 @@ os:
   - Visual Studio 2013
 
 install:
-  - git submodule init
-  - git submodule update
   - third\bx\tools\bin\windows\genie --file=genie\genie.lua --with-luajit --with-openal --with-bullet --with-tools vs2013
 
 platform:

+ 0 - 4
.travis.yml

@@ -8,9 +8,5 @@ before_install:
   - sudo apt-get install -y libpulse-dev
   - sudo apt-get install -y libxrandr-dev
 
-before_script:
-  - git submodule init
-  - git submodule update
-
 script:
   - make linux-debug64 linux-development64 linux-release64