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-11 16:35:35 +0300
commitaed92518126ca0e2c3703dc7af3cafe82795e684 (patch)
tree575a34b27dd18d3d2a94b31b0c6dd28908ab5d50
parent3bf16125b17b0e2485ff12e665877ac9587d62c0 (diff)
downloadhercules-aed92518126ca0e2c3703dc7af3cafe82795e684.tar.gz
hercules-aed92518126ca0e2c3703dc7af3cafe82795e684.tar.bz2
hercules-aed92518126ca0e2c3703dc7af3cafe82795e684.tar.xz
hercules-aed92518126ca0e2c3703dc7af3cafe82795e684.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