diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-28 20:40:36 +0300 |
commit | b0d53bd5f0f9a5c5d3a8d8c2cafb9296cf2c647c (patch) | |
tree | 8a46820bd5a219779f9da276bff0bab0c5ad0004 | |
parent | 1817623d516aa66384e3a79b78b871cc5204daa5 (diff) | |
download | hercules-b0d53bd5f0f9a5c5d3a8d8c2cafb9296cf2c647c.tar.gz hercules-b0d53bd5f0f9a5c5d3a8d8c2cafb9296cf2c647c.tar.bz2 hercules-b0d53bd5f0f9a5c5d3a8d8c2cafb9296cf2c647c.tar.xz hercules-b0d53bd5f0f9a5c5d3a8d8c2cafb9296cf2c647c.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 |