diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-05 02:02:37 +0300 |
commit | 585c119e5ef57076acfc7e1d97b328eb481352c2 (patch) | |
tree | ac9477fe042e7a16c4d4d9702f6597bdff0b43ba /.travis.yml | |
parent | 072b788be15b2b05316bc1a01b423c47a056c44e (diff) | |
download | hercules-585c119e5ef57076acfc7e1d97b328eb481352c2.tar.gz hercules-585c119e5ef57076acfc7e1d97b328eb481352c2.tar.bz2 hercules-585c119e5ef57076acfc7e1d97b328eb481352c2.tar.xz hercules-585c119e5ef57076acfc7e1d97b328eb481352c2.zip |
Clean a bit .travis.yml.
Diffstat (limited to '.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 |