NPOTB: Enable cstrike builds w/ Travis-CI. (#1014)

Travis-CI seems to have finally improved their environment so we should be okay to test this unique code-path now with CI.
This commit is contained in:
Kyle Sanderson 2019-05-14 11:38:20 -07:00 committed by GitHub
parent 6addc5c8dd
commit 86f974f242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,5 +114,5 @@ script:
- mkdir build && cd build - mkdir build && cd build
- PATH="~/.local/bin:$PATH" - PATH="~/.local/bin:$PATH"
- eval "${MATRIX_EVAL}" - eval "${MATRIX_EVAL}"
- python ../configure.py --enable-optimize --sdks=episode1,tf2,l4d2,csgo,dota - python ../configure.py --enable-optimize --sdks=episode1,css,tf2,l4d2,csgo,dota
- ambuild - ambuild