just do compilation for travis testing

The current test script doesn't work at all anyway, so at least this is
better than nothing.
This commit is contained in:
Noam Postavsky 2014-04-04 18:27:50 -04:00
parent e0c90c11c9
commit 939bf99dc9

View File

@ -1,7 +1,12 @@
#!/bin/bash #!/bin/bash
set -ex set -ex
cd "$(dirname "$0")"
./run-ert.sh # for now, just require no warnings or errors during compilation
./run-test.sh el-get-*.el 2>/dev/null $EMACS -Q -L . -L methods -batch --eval '(setq byte-compile-error-on-warn t)' \
-f batch-byte-compile *.el methods/*.el
# TODO: actually run some tests
# cd "$(dirname "$0")"
# ./run-ert.sh
# ./run-test.sh el-get-*.el 2>/dev/null