diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-16 15:39:15 +0300 |
commit | 1b9e707ba7446ba22139d311193984a5e29a2992 (patch) | |
tree | eda683ce5f374c7e58ca6880559e46219ca431fe | |
parent | 5277d4c276f08add061653ac10710e0d257d8f46 (diff) | |
download | hercules-1b9e707ba7446ba22139d311193984a5e29a2992.tar.gz hercules-1b9e707ba7446ba22139d311193984a5e29a2992.tar.bz2 hercules-1b9e707ba7446ba22139d311193984a5e29a2992.tar.xz hercules-1b9e707ba7446ba22139d311193984a5e29a2992.zip |
Clean a bit .travis.yml.
-rw-r--r-- | .travis.yml | 5 |
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 |