diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..8c8e7e66f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: c +compiler: + - gcc + - clang +# Change this to your needs +script: ./configure --enable-debug && make + +# Disallow 'rathena' branch to be compiled by Travis +branches: + only: + - master |