diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-14 18:38:00 +0300 |
commit | a360274795ab770cf3d9e520e916776a8ff4664f (patch) | |
tree | 1a677f90baa2333895feb391fb4d1b40f98a9763 | |
parent | d04b5340fe305b1bc3a97515e125fc36d00e3eed (diff) | |
download | hercules-a360274795ab770cf3d9e520e916776a8ff4664f.tar.gz hercules-a360274795ab770cf3d9e520e916776a8ff4664f.tar.bz2 hercules-a360274795ab770cf3d9e520e916776a8ff4664f.tar.xz hercules-a360274795ab770cf3d9e520e916776a8ff4664f.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 |