Commit 0495db76 authored by Patrick Grinaway's avatar Patrick Grinaway
Browse files

fixed some parts of travis yml

parent 8a279fef
...@@ -11,7 +11,10 @@ before_install: ...@@ -11,7 +11,10 @@ before_install:
- sudo apt-get install python-scipy - sudo apt-get install python-scipy
script: script:
- cmake . && make && make test && sudo make install - cmake .
- make
- make test
- sudo make install
- export LD_LIBRARY_PATH=/OpenMM/lib/ - export LD_LIBRARY_PATH=/OpenMM/lib/
- export OPENMM_LIB_PATH=/OpenMM/lib/ - export OPENMM_LIB_PATH=/OpenMM/lib/
- export OPENMM_INCLUDE_PATH=/OpenMM/include/ - export OPENMM_INCLUDE_PATH=/OpenMM/include/
......
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