diff options
author | shennetsind <ind@henn.et> | 2013-03-04 22:22:51 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-03-04 22:22:51 -0300 |
commit | a43729ee20483a9d67fbf5091200d48f84ccf539 (patch) | |
tree | 2d1b75e5dfaed76b06f75fe439e499a958585837 | |
parent | 0241d0195558b7e57d2181f2f097cf774a1ef463 (diff) | |
parent | 9b56c1b8359a63447dbb3fc4547f32455f8e4df4 (diff) | |
download | hercules-a43729ee20483a9d67fbf5091200d48f84ccf539.tar.gz hercules-a43729ee20483a9d67fbf5091200d48f84ccf539.tar.bz2 hercules-a43729ee20483a9d67fbf5091200d48f84ccf539.tar.xz hercules-a43729ee20483a9d67fbf5091200d48f84ccf539.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
-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 |