Skip to content

Commit 6d4bb10

Browse files
doujiang24agentzh
authored andcommitted
change: travis: used cd - instead of cd ../luajit2.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
1 parent b8b4e19 commit 6d4bb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ script:
4141
- cd ../luajit2-test-suite
4242
- ./run-tests -j $JOBS $LUAJIT_PREFIX
4343
- echo "starting valgrind mod"
44-
- cd ../luajit2
44+
- cd -
4545
- make clean
4646
- make -j$JOBS CCDEBUG=-g Q= PREFIX=$LUAJIT_SYSM_PREFIX CC=$CC XCFLAGS='-DLUAJIT_NUMMODE=2 -DLUA_USE_APICHECK -DLUA_USE_ASSERT -DLUAJIT_USE_VALGRIND -DLUAJIT_USE_SYSMALLOC -O1 -msse4.2' > build.log 2>&1 || (cat build.log && exit 1)
4747
- sudo make install PREFIX=$LUAJIT_SYSM_PREFIX > build.log 2>&1 || (cat build.log && exit 1)

0 commit comments

Comments
 (0)