Przeglądaj źródła

Make Travis work harder, and test more things

Daniel Oaks 11 lat temu
rodzic
commit
6e3dbd78e5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,4 +2,4 @@ language: c
 compiler:
   - gcc
   - clang
-script: make
+script: make WITH_LUA=1 WITH_DEBUG=1 WITH_IPV6=1 WITH_WEBSOCKET=1