Selaa lähdekoodia

Merge pull request #15 from DanielOaks/travis-moretests

Make Travis work harder, and test more things
sunsetbrew 12 vuotta sitten
vanhempi
commit
73c40b6721
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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