diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-12 18:15:06 +0300 |
commit | 0ca62bdd33f1f87202a685bf21d721b9e4ae73ca (patch) | |
tree | 18282e8d1b327e299d8e5157857670a2e1bd1767 | |
parent | 99ddc7f2f6d541c3d3a035f1baf4fb47c3950ef0 (diff) | |
download | hercules-0ca62bdd33f1f87202a685bf21d721b9e4ae73ca.tar.gz hercules-0ca62bdd33f1f87202a685bf21d721b9e4ae73ca.tar.bz2 hercules-0ca62bdd33f1f87202a685bf21d721b9e4ae73ca.tar.xz hercules-0ca62bdd33f1f87202a685bf21d721b9e4ae73ca.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 |