diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-04 19:05:34 +0300 |
commit | a20ce581eef2ffb3cb781cac033928f8f4f6e195 (patch) | |
tree | d79f712239f48f574cd4c47c3c9695e149e140a2 | |
parent | a43ee89ec61fad21b6f893be5a17c9a03e7fa228 (diff) | |
download | hercules-a20ce581eef2ffb3cb781cac033928f8f4f6e195.tar.gz hercules-a20ce581eef2ffb3cb781cac033928f8f4f6e195.tar.bz2 hercules-a20ce581eef2ffb3cb781cac033928f8f4f6e195.tar.xz hercules-a20ce581eef2ffb3cb781cac033928f8f4f6e195.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 |