Travis config
This commit is contained in:
parent
0f8a287b10
commit
4b3fc0f7a4
1 changed files with 14 additions and 0 deletions
14
.travis.yml
Normal file
14
.travis.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
language: cpp
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
script: scons
|
||||
# scons cxxtool=$CXX
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- 1.10
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
- "chat.freenode.net#wesnoth-test"
|
Loading…
Add table
Reference in a new issue