diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-02-05 14:16:19 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2015-02-05 14:16:19 +0100 |
commit | 0a872ecfefab3c0bb94262bc83cdac6da24ce847 (patch) | |
tree | 042881dd58b0cbc2585d287b258aa29191a35d37 /.travis.yml | |
parent | 778d2b7c73fee6fe5e24f6c9b7158c433ee0e550 (diff) | |
download | ATCD-0a872ecfefab3c0bb94262bc83cdac6da24ce847.tar.gz |
Added export to check environment
* .travis.yml:
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e6c90dc336b..a86dcc706fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ before_install: - git clone git://github.com/DOCGroup/MPC.git before_script: + - export - echo -e "#include \"ace/config-linux.h" >> $ACE_ROOT/ace/config.h - echo -e "include include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU" >> $ACE_ROOT/include/makeinclude/platform_macros.GNU |