From b8861235c3bf83236b9875bbda3f544a16500636 Mon Sep 17 00:00:00 2001 From: arvidn Date: Fri, 7 Aug 2015 21:58:00 -0400 Subject: [PATCH] fix typo in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4586d9c8c..783b38718 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,6 @@ script: - cd ../bindings/python - bjam -j 3 variant=$variant warnings=off $CC stage_module - LD_LIBRARY_PATH=. python test.py - - ../../simulation + - cd ../../simulation - bjam -j 3 variant=$variant warnings=off $CC - ccache --show-stats