Fixed invalid configure command for Travis CI.

This commit is contained in:
Kirill Kirilenko 2016-11-26 03:03:59 +03:00
parent f995e59423
commit a20cbee5a6

View file

@ -47,7 +47,9 @@ env:
before_script: before_script:
- sudo apt-get install -y libboost-test-dev libboost-system-dev libcurl4-openssl-dev - sudo apt-get install -y libboost-test-dev libboost-system-dev libcurl4-openssl-dev
- export CXX=$COMPILER - export CXX=$COMPILER
- ./configure - mkdir build
- cd build
- cmake ..
script: script:
- make VERBOSE=1 - make VERBOSE=1