diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index c8740e267..000000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -compiler: - - clang - - gcc -dist: xenial -env: - - CXXFLAGS=-std=gnu++98 - - CXXFLAGS=-std=c++14 -language: cpp -notifications: - email: false -script: - - sh ./tools/travis-ci.sh -sudo: required |