Skip to content

Commit 772a315

Browse files
committed
update .travis.yml part 5
1 parent 85142a3 commit 772a315

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_script:
1212
- cd bin
1313
- cmake ..
1414
script:
15-
- if [ $TRAVIS_OS_NAME == linux ]; make; fi
15+
- if [ $TRAVIS_OS_NAME == linux ]; then make; fi
1616
addons:
1717
apt:
1818
sources:

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
X-Ray Engine 1.6 expansion [![Build status](https://ci.appveyor.com/api/projects/status/beb4c2xtyru4galx?svg=true)](https://ci.appveyor.com/project/q4a/xray-16) - Windows; [![Build Status](https://api.travis-ci.org/q4a/xray-16.svg?branch=xd_dev)](https://travis-ci.org/q4a/xray-16) - Linux
1+
X-Ray Engine 1.6 expansion
22
==========================
33

4+
### Build Status:
5+
6+
|Platform|Build Status|
7+
|--------|------|
8+
| Linux |[![Build Status](https://api.travis-ci.org/q4a/xray-16.svg?branch=xd_dev)](https://travis-ci.org/q4a/xray-16)|
9+
| Windows |[![Build status](https://ci.appveyor.com/api/projects/status/beb4c2xtyru4galx?svg=true)](https://ci.appveyor.com/project/q4a/xray-16)|
10+
411
This repository contains X-Ray Engine sources based on version 1.6.02.
512
The original engine is used in S.T.A.L.K.E.R. Call of Pripyat game released by GSC Game World.
613

0 commit comments

Comments
 (0)