summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-06 09:34:13 +0100
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2014-11-06 09:34:13 +0100
commit393cc28481fbf281c9e6ba278eaf10bc3c6b29d6 (patch)
tree0b52654a4117f243c76f7e0b6bc898050f91d93c /.travis.yml
parent56349939e423c29c5bda99e0f2d070d46ffce6d6 (diff)
Add compact build configuration 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 e52453e..e30a179 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,4 +5,5 @@ compiler:
env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE
+ - DEFINES=PUGIXML_COMPACT
script: make test defines=$DEFINES -j2