Travis config

This commit is contained in:
Alexander van Gessel 2013-05-19 19:23:19 +02:00
parent 0f8a287b10
commit 4b3fc0f7a4

14
.travis.yml Normal file
View 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"