summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-01-29 21:21:58 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-01-29 21:52:42 -0800
commit34b8c5908b338fb00197a758c98ac36777cad35b (patch)
treeea71a84506bbfdee0792dc9d8571519925999472 /.travis.yml
parent4fa2241d7b713f96c4b8dbb5188f38e0ba39a114 (diff)
Add NO_EXCEPTIONS build to Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bf734b9..df5569c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE
- DEFINES=PUGIXML_COMPACT
+ - DEFINES=PUGIXML_NO_EXCEPTIONS
script:
- make test cxxstd=c++11 defines=$DEFINES config=coverage -j2
- make test cxxstd=c++11 defines=$DEFINES config=release -j2