diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-18 21:50:04 +0300 |
commit | 0ef5b9367a9b200a60ac4a4977ab0df0bce115c6 (patch) | |
tree | da6fd9f84ee8e5753ec8f010eede9ee8a632479c | |
parent | 53cdd411656bd4e6b08b6ac6d4d4e67252a8e74c (diff) | |
download | hercules-0ef5b9367a9b200a60ac4a4977ab0df0bce115c6.tar.gz hercules-0ef5b9367a9b200a60ac4a4977ab0df0bce115c6.tar.bz2 hercules-0ef5b9367a9b200a60ac4a4977ab0df0bce115c6.tar.xz hercules-0ef5b9367a9b200a60ac4a4977ab0df0bce115c6.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 |