Browse Source

Update .travis.yml

nxrighthere 7 years ago
parent
commit
925b784cc4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -3,8 +3,8 @@ os:
   - osx
 
 language: c
-compiler:
-  - clang
+
+compiler: clang
 
 script:
   - cmake ./Source/Native/ -DCMAKE_BUILD_TYPE=Release -DENET_SHARED=1