travis: remove spurious cd

This commit is contained in:
Ash Logan 2019-04-09 19:21:17 +10:00
parent aa122e0366
commit 592110eeb3

View File

@ -33,7 +33,6 @@ script:
# Build wut
- make -j4 install DESTDIR=wut_install
- export WUT_ROOT=$PWD/wut_install
- cd ../
# Build tests
- echo Tests disabled for now
# - cd tests