diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-15 19:15:07 +0300 |
commit | 4bf8e5d2db2b4e56c3cf5a12b7490046b5596c04 (patch) | |
tree | 170927f4557f382ba45f01de48234cb4747d18a4 | |
parent | f0a72fee1cd6ffb7420afbec60214ed72d86e622 (diff) | |
download | hercules-4bf8e5d2db2b4e56c3cf5a12b7490046b5596c04.tar.gz hercules-4bf8e5d2db2b4e56c3cf5a12b7490046b5596c04.tar.bz2 hercules-4bf8e5d2db2b4e56c3cf5a12b7490046b5596c04.tar.xz hercules-4bf8e5d2db2b4e56c3cf5a12b7490046b5596c04.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 |