diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-10 19:07:14 +0300 |
commit | aee83f2317cb051ed0dcd6272c7f6dc69caff59d (patch) | |
tree | 661cf78c13c6d58893d69b2536b3ee30a542a9de | |
parent | 54e8d17706d4af576e39e5480f0a2d93524e5813 (diff) | |
download | hercules-aee83f2317cb051ed0dcd6272c7f6dc69caff59d.tar.gz hercules-aee83f2317cb051ed0dcd6272c7f6dc69caff59d.tar.bz2 hercules-aee83f2317cb051ed0dcd6272c7f6dc69caff59d.tar.xz hercules-aee83f2317cb051ed0dcd6272c7f6dc69caff59d.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 |