Small changes in .travis.yml file.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
actorid
Lukasz Gromanowski 12 years ago
parent 061fb4c482
commit df8da0486d

@ -6,6 +6,9 @@ before_script:
- mkdir build
- cd build
- cmake ..
before_install:
- git submodule update --init --recursive
script: make
branches:
only:
- master

Loading…
Cancel
Save