]> git.lizzy.rs Git - minetest.git/blobdiff - .travis.yml
Builtin: Change error to warning for light_source > 14
[minetest.git] / .travis.yml
index d17af5463cb96c5325a58180f63ba30db44eb07e..9d16008188e68a06914bded42d962504cdf6a820 100644 (file)
@@ -2,12 +2,16 @@ language: cpp
 compiler:
   - gcc
   - clang
+os:
+  - osx
+  - linux
 env:
   - PLATFORM=Win32
   - PLATFORM=Win64
-  - PLATFORM=Linux
+  - PLATFORM=Unix
 before_install: ./util/travis/before_install.sh
 script: ./util/travis/script.sh
+sudo: required
 notifications:
   email: false
 matrix:
@@ -17,3 +21,9 @@ matrix:
       compiler: clang
     - env: PLATFORM=Win64
       compiler: clang
+    - env: PLATFORM=Win32
+      os: osx
+    - env: PLATFORM=Win64
+      os: osx
+    - compiler: gcc
+      os: osx