summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/pugixml/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/pugixml/.travis.yml')
-rw-r--r--3rdparty/pugixml/.travis.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/3rdparty/pugixml/.travis.yml b/3rdparty/pugixml/.travis.yml
deleted file mode 100644
index bf734b95375..00000000000
--- a/3rdparty/pugixml/.travis.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-language: cpp
-sudo: required
-dist: trusty
-os:
- - linux
- - osx
-env:
- - DEFINES=standard
- - DEFINES=PUGIXML_WCHAR_MODE
- - DEFINES=PUGIXML_COMPACT
-script:
- - make test cxxstd=c++11 defines=$DEFINES config=coverage -j2
- - make test cxxstd=c++11 defines=$DEFINES config=release -j2
- - make test cxxstd=c++98 defines=$DEFINES config=debug -j2
-
-after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov