diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-20 17:36:41 +0300 |
commit | 6f207bdbc11390cd95b7b8c278ded6ee01a11989 (patch) | |
tree | 4d1763f12a555351ac2141d62da196d4f1022a64 | |
parent | 652fd3908cdc916762283283de74c0a5180a17ba (diff) | |
download | hercules-6f207bdbc11390cd95b7b8c278ded6ee01a11989.tar.gz hercules-6f207bdbc11390cd95b7b8c278ded6ee01a11989.tar.bz2 hercules-6f207bdbc11390cd95b7b8c278ded6ee01a11989.tar.xz hercules-6f207bdbc11390cd95b7b8c278ded6ee01a11989.zip |
Clean a bit .travis.yml.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 62f2f7cbc..35be21ba6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,13 +13,9 @@ 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 # We can't use this, unfortunately # http://github.com/travis-ci/travis-ci/issues/979 |