summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:44:22 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-10 19:07:14 +0300
commitaee83f2317cb051ed0dcd6272c7f6dc69caff59d (patch)
tree661cf78c13c6d58893d69b2536b3ee30a542a9de
parent54e8d17706d4af576e39e5480f0a2d93524e5813 (diff)
downloadhercules-aee83f2317cb051ed0dcd6272c7f6dc69caff59d.tar.gz
hercules-aee83f2317cb051ed0dcd6272c7f6dc69caff59d.tar.bz2
hercules-aee83f2317cb051ed0dcd6272c7f6dc69caff59d.tar.xz
hercules-aee83f2317cb051ed0dcd6272c7f6dc69caff59d.zip
Clean a bit .travis.yml.
-rw-r--r--.travis.yml4
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