commit 63d91df494a26b89dd0443c682aca50849cde534
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Sun Mar 27 00:20:27 2016 +0100

    again travis

diff --git a/.travis.yml b/.travis.yml
index 5450cb5..fc9220f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,8 @@ install:
   - sudo apt-get -y install qt55tools
 
 script:
-  - export LD_LIBRARY_PATH="`pwd`/build/linux-g++-64/x86_64/release:.:$LD_LIBRARY_PATH"
   - source /opt/qt55/bin/qt55-env.sh
   - qmake EntityManager.pro -r "CONFIG+=release c++11" -after "DESTDIR = `pwd`/build/linux-g++-64/x86_64/release" # "OBJECTS_DIR=`pwd`/obj" "MOC_DIR=`pwd`/moc" "UI_DIR=`pwd`/ui" "RCC_DIR=`pwd`/rcc"
   - make
+  - sudo make install
   - make check
