diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-09 18:09:47 +0300 |
commit | 1590de14c56c782b4ad715cdfeeb54e2c5751821 (patch) | |
tree | ac1d0995afea4430886351a03426019e910edb1c | |
parent | 3a5b4e1921624de20379560775bafed0fe1c6e5f (diff) | |
download | hercules-1590de14c56c782b4ad715cdfeeb54e2c5751821.tar.gz hercules-1590de14c56c782b4ad715cdfeeb54e2c5751821.tar.bz2 hercules-1590de14c56c782b4ad715cdfeeb54e2c5751821.tar.xz hercules-1590de14c56c782b4ad715cdfeeb54e2c5751821.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 |