From 036059311b68ae56c3bf00717fa66ec64545843f Mon Sep 17 00:00:00 2001
From: Sebastian Krings <sebastian@krin.gs>
Date: Tue, 26 Apr 2016 12:48:38 +0200
Subject: [PATCH] use builddir env variable

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index bfb1268..85309e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ install:
   - tar -xzvf plastex.tar.gz
   - cd plastex-1.0.0 && sudo python setup.py install
 script:
-- cd hhu-stups/rodin-handbook
+- cd $TRAVIS_BUILD_DIR
 - cd org.rodinp.handbook.feature
 - ant -file customBuild.xml
 - cd ..
-- 
GitLab