Browse Source

Delete .travis.yml

Stanislav Denisov 1 year ago
parent
commit
0b2c87d529
1 changed files with 0 additions and 11 deletions
  1. 0 11
      .travis.yml

+ 0 - 11
.travis.yml

@@ -1,11 +0,0 @@
-os:
-  - osx
-language: c
-compiler: clang
-script:
-  - cmake ./Source/Native/ -DCMAKE_BUILD_TYPE=Release -DENET_SHARED=1
-  - cmake --build .
-deploy:
-  provider: surge
-  domain: enet.surge.sh
-  skip_cleanup: true