diff options
author | shennetsind <notind@gmail.com> | 2013-03-03 17:29:57 -0800 |
---|---|---|
committer | shennetsind <notind@gmail.com> | 2013-03-03 17:29:57 -0800 |
commit | 9b56c1b8359a63447dbb3fc4547f32455f8e4df4 (patch) | |
tree | d13c7bd936d5054fcdfa7c4ff9b5219756058fc1 | |
parent | 03c5ecd61753391b7790cf72f9cc629e9f8bbc38 (diff) | |
parent | 936ec3b9b1dbcdc2799ca2cd42904039387b3f30 (diff) | |
download | hercules-9b56c1b8359a63447dbb3fc4547f32455f8e4df4.tar.gz hercules-9b56c1b8359a63447dbb3fc4547f32455f8e4df4.tar.bz2 hercules-9b56c1b8359a63447dbb3fc4547f32455f8e4df4.tar.xz hercules-9b56c1b8359a63447dbb3fc4547f32455f8e4df4.zip |
Merge pull request #21 from MaminhA/master
Travis update
-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 |