Skip to content

Commit

Permalink
change: travis: used cd - instead of cd ../luajit2.
Browse files Browse the repository at this point in the history
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
  • Loading branch information
doujiang24 authored and agentzh committed Apr 20, 2018
1 parent b8b4e19 commit 6d4bb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ script:
- cd ../luajit2-test-suite
- ./run-tests -j $JOBS $LUAJIT_PREFIX
- echo "starting valgrind mod"
- cd ../luajit2
- cd -
- make clean
- 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)
- sudo make install PREFIX=$LUAJIT_SYSM_PREFIX > build.log 2>&1 || (cat build.log && exit 1)
Expand Down

0 comments on commit 6d4bb10

Please sign in to comment.