Browse Source

Stop using TravisCI anymore due to IPv6 issue

yhirose 5 years ago
parent
commit
1c50ac3667
1 changed files with 0 additions and 14 deletions
  1. 0 14
      .travis.yml

+ 0 - 14
.travis.yml

@@ -1,14 +0,0 @@
-# Environment
-language: cpp
-os:
-  - linux
-  - osx
-
-# Compiler selection
-compiler:
-  - clang
-
-# Build/test steps
-script:
-  - cd ${TRAVIS_BUILD_DIR}/test
-  - make all