diff --git a/.travis.yml b/.travis.yml index e2d321a0..6e766c8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ script: - cd "$TRAVIS_BUILD_DIR" # Build wut - make -j4 install DESTDIR=wut_install - - export WUT_ROOT=$PWD/wut_install + - export WUT_ROOT=$PWD/wut_install/opt/devkitpro/wut # Build tests - echo Tests disabled for now # - cd tests