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-03 00:51:35 +0300
commitf10bf206189bc6d539e9f92ba726040b2e17b030 (patch)
treea10a6968ffd36019369e2465277d324fa0a4d2e9
parente548e1b90f7c08a663eaead5848120dd4acfe342 (diff)
downloadhercules-f10bf206189bc6d539e9f92ba726040b2e17b030.tar.gz
hercules-f10bf206189bc6d539e9f92ba726040b2e17b030.tar.bz2
hercules-f10bf206189bc6d539e9f92ba726040b2e17b030.tar.xz
hercules-f10bf206189bc6d539e9f92ba726040b2e17b030.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 7aa0c7000..f7cf3eda6 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