summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcelo Liberato <marceloll@outlook.com>2013-03-03 21:10:18 -0300
committerMarcelo Liberato <marceloll@outlook.com>2013-03-03 21:10:18 -0300
commit936ec3b9b1dbcdc2799ca2cd42904039387b3f30 (patch)
treed13c7bd936d5054fcdfa7c4ff9b5219756058fc1 /.travis.yml
parent03c5ecd61753391b7790cf72f9cc629e9f8bbc38 (diff)
downloadhercules-936ec3b9b1dbcdc2799ca2cd42904039387b3f30.tar.gz
hercules-936ec3b9b1dbcdc2799ca2cd42904039387b3f30.tar.bz2
hercules-936ec3b9b1dbcdc2799ca2cd42904039387b3f30.tar.xz
hercules-936ec3b9b1dbcdc2799ca2cd42904039387b3f30.zip
Update .travis.yml
* Since the 'rathena' branch is only used for reference, it's no use building it.
Diffstat (limited to '.travis.yml')
-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