diff options
author | Marcelo Liberato <marceloll@outlook.com> | 2013-03-03 21:10:18 -0300 |
---|---|---|
committer | Marcelo Liberato <marceloll@outlook.com> | 2013-03-03 21:10:18 -0300 |
commit | 936ec3b9b1dbcdc2799ca2cd42904039387b3f30 (patch) | |
tree | d13c7bd936d5054fcdfa7c4ff9b5219756058fc1 | |
parent | 03c5ecd61753391b7790cf72f9cc629e9f8bbc38 (diff) | |
download | hercules-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.
-rw-r--r-- | .travis.yml | 7 |
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 |