summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:44:22 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-17 19:25:53 +0300
commit547c317ebc4dbff3c95f85485dfa8453414f1fe6 (patch)
tree1a8b712f76d2ed1cacc076bc589e21e4fbaf39e8
parentb74344e6638747dcbdd18db7da458e1c1fad274c (diff)
downloadhercules-547c317ebc4dbff3c95f85485dfa8453414f1fe6.tar.gz
hercules-547c317ebc4dbff3c95f85485dfa8453414f1fe6.tar.bz2
hercules-547c317ebc4dbff3c95f85485dfa8453414f1fe6.tar.xz
hercules-547c317ebc4dbff3c95f85485dfa8453414f1fe6.zip
Clean a bit .travis.yml.
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 3095bbc67..d9a634f5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,17 +8,12 @@ install:
before_script:
- uname -a
- - ./travis.sh createdb ragnarok root
- - ./travis.sh importdb ragnarok travis
- - mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis');"
script:
- ./travis.sh build $CONFIGURE_FLAGS
- - ./travis.sh test ragnarok travis travis
env:
- CONFIGURE_FLAGS="--enable-debug"
- - CONFIGURE_FLAGS="--disable-renewal --enable-debug"
notifications:
email: false