Fix .travis.yml script

git-svn-id: http://pugixml.googlecode.com/svn/trunk@972 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
Arseny Kapoulkine 2014-02-09 22:02:48 +00:00
parent 543fa8268d
commit 26a7f35ca8

View file

@ -5,4 +5,4 @@ compiler:
env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE
script: make test defines=$(DEFINES) -j2
script: make test defines=$DEFINES -j2