Fix travis?

This commit is contained in:
Kevin Lange 2013-02-10 01:40:31 -08:00
parent b2f94bd393
commit 0ad450587c

View File

@ -4,8 +4,5 @@ unset CC
pushd /home/build/osdev/toolchain
. activate.sh || exit 1
popd
pushd userspace
make || exit 1
popd
make system || exit 1
make test || exit 1