diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-12 17:17:47 +0300 |
commit | 0c28d64e434f6f4f39eee4d2b4b13c9b54fe295f (patch) | |
tree | 6c1f9ad8adafc2acd9264d0d9fd96f5d645d124f | |
parent | 95c63a160d23b54f19f35e7b92f36cfaf7c9dc92 (diff) | |
download | hercules-0c28d64e434f6f4f39eee4d2b4b13c9b54fe295f.tar.gz hercules-0c28d64e434f6f4f39eee4d2b4b13c9b54fe295f.tar.bz2 hercules-0c28d64e434f6f4f39eee4d2b4b13c9b54fe295f.tar.xz hercules-0c28d64e434f6f4f39eee4d2b4b13c9b54fe295f.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 |