summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 332299c16..8c8e7e66f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,4 +3,9 @@ compiler:
- gcc
- clang
# Change this to your needs
-script: ./configure --enable-debug && make \ No newline at end of file
+script: ./configure --enable-debug && make
+
+# Disallow 'rathena' branch to be compiled by Travis
+branches:
+ only:
+ - master