mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
Corrected path to the openmw test suite.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
parent
86457ce488
commit
05e7cfeb70
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ compiler:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- next
|
||||||
- travis_ci_test
|
- travis_ci_test
|
||||||
before_install:
|
before_install:
|
||||||
- pwd
|
- pwd
|
||||||
|
@ -31,7 +32,7 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- make -j4
|
- make -j4
|
||||||
after_script:
|
after_script:
|
||||||
- openmw_test_suite
|
- ./openmw_test_suite
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- lgromanowski+travis.ci@gmail.com
|
- lgromanowski+travis.ci@gmail.com
|
||||||
|
|
Loading…
Reference in a new issue