Commit 52d29909 authored by jchodera's avatar jchodera
Browse files

Remove debug .travis stuff

parent fca4ab1b
......@@ -138,9 +138,6 @@ before_install:
script:
- cmake . $CMAKE_FLAGS -DCMAKE_INSTALL_PREFIX=$HOME/OpenMM
# DEBUG
- cat CMakeCache.txt
- ls -l /usr/local/
- make -j2 install
- if [[ "$OPENCL" == "true" ]]; then ./TestOpenCLDeviceQuery; fi
- if [[ "$OPENCL" == "false" && "$CUDA" == "false" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment