Skip to content

Commit

Permalink
disable jittests on this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed May 9, 2016
1 parent eb8e027 commit 851e9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ case "$BUILD_ARCH" in
python .build/build.py
exitcode=$?
cp rsqueak rsqueak-x86-${UNAME}-jit-$TRAVIS_COMMIT || true
python .build/jittests.py
# python .build/jittests.py
$EX rm -rf .build/pypy/rpython/_cache
;;
64bit)
Expand Down

0 comments on commit 851e9a3

Please sign in to comment.