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-19 21:38:42 +0300
commit3b11fb50ba66b7be17a174dfbf88317e91813436 (patch)
tree326bd1ffe2c3ff838472d68b1dc2a7d3f09e19f7
parent7804be64dcc04f6053c682c28f5337e9e6dc11ee (diff)
downloadhercules-3b11fb50ba66b7be17a174dfbf88317e91813436.tar.gz
hercules-3b11fb50ba66b7be17a174dfbf88317e91813436.tar.bz2
hercules-3b11fb50ba66b7be17a174dfbf88317e91813436.tar.xz
hercules-3b11fb50ba66b7be17a174dfbf88317e91813436.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