diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-04 18:26:52 +0300 |
commit | 671d133e0d5c339f17af68c22887ff29dc4855cc (patch) | |
tree | 1c5a210b1a8af19a4aee0cf0bbae65a066d1f632 | |
parent | dc5b20cf853dc6ee6684e785e83555782ba94d67 (diff) | |
download | hercules-671d133e0d5c339f17af68c22887ff29dc4855cc.tar.gz hercules-671d133e0d5c339f17af68c22887ff29dc4855cc.tar.bz2 hercules-671d133e0d5c339f17af68c22887ff29dc4855cc.tar.xz hercules-671d133e0d5c339f17af68c22887ff29dc4855cc.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 |