]> git.lizzy.rs Git - minetest.git/blobdiff - .travis.yml
Fixed minimap memory leak
[minetest.git] / .travis.yml
index 4bce211f7af5ddcd455edeb1f2be6e686b7ba89a..d17af5463cb96c5325a58180f63ba30db44eb07e 100644 (file)
@@ -3,9 +3,9 @@ compiler:
   - gcc
   - clang
 env:
-  - WINDOWS=32
-  - WINDOWS=64
-  - WINDOWS=no
+  - PLATFORM=Win32
+  - PLATFORM=Win64
+  - PLATFORM=Linux
 before_install: ./util/travis/before_install.sh
 script: ./util/travis/script.sh
 notifications:
@@ -13,7 +13,7 @@ notifications:
 matrix:
   fast_finish: true
   exclude:
-    - env: WINDOWS=32
+    - env: PLATFORM=Win32
       compiler: clang
-    - env: WINDOWS=64
+    - env: PLATFORM=Win64
       compiler: clang