diff options
| author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-06 09:34:13 +0100 | 
|---|---|---|
| committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-06 09:34:13 +0100 | 
| commit | 393cc28481fbf281c9e6ba278eaf10bc3c6b29d6 (patch) | |
| tree | 0b52654a4117f243c76f7e0b6bc898050f91d93c | |
| parent | 56349939e423c29c5bda99e0f2d070d46ffce6d6 (diff) | |
Add compact build configuration to Travis
| -rw-r--r-- | .travis.yml | 1 | 
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 | 
