Browse Source

Update .travis.yml

NX 7 years ago
parent
commit
008863e35f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -7,7 +7,7 @@ language: c
 compiler: clang
 compiler: clang
 
 
 script:
 script:
-  - cmake ./Source/Native/ -DCMAKE_BUILD_TYPE=Release -DENET_SHARED=1
+  - cmake ./Source/Native/ -DCMAKE_BUILD_TYPE=Release -DENET_SHARED=1 -DENET_LZ4=1
   - cmake --build .
   - cmake --build .
 
 
 deploy:
 deploy: