diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-27 23:21:24 +0300 |
commit | 1c8399d843d2106f25e4d6f3b17f48d4bb312f1a (patch) | |
tree | 6f96b469eeb42495c555c9b6be550b5829b94d27 | |
parent | cf38a8c9045260c9099e2e63d20235b80a71707f (diff) | |
download | hercules-1c8399d843d2106f25e4d6f3b17f48d4bb312f1a.tar.gz hercules-1c8399d843d2106f25e4d6f3b17f48d4bb312f1a.tar.bz2 hercules-1c8399d843d2106f25e4d6f3b17f48d4bb312f1a.tar.xz hercules-1c8399d843d2106f25e4d6f3b17f48d4bb312f1a.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 53fd2e008..b3339e2e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,13 +12,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 |