1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 20:19:57 +00:00

Small changes in .travis.yml file.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
Lukasz Gromanowski 2013-04-02 23:20:59 +02:00
parent 061fb4c482
commit df8da0486d

View file

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