Files
atom/script/cibuild
Kevin Sawicki 52d47f555f Don't run clean before test
Clean should be optional
2013-04-03 12:11:45 -07:00

6 lines
64 B
Bash
Executable File

#!/bin/sh
set -ex
rm -rf ~/.atom
CI_BUILD=true rake clean test