summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:44:22 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-04 15:49:12 +0300
commita2ee46c5d7a6e0432132a34ed12da5da9caf66c3 (patch)
tree89ca10ffa5e5446a0a67f10625aa5a19925da2ea
parenta170959a5d498280b7372f452a70bcd0c191920c (diff)
downloadhercules-a2ee46c5d7a6e0432132a34ed12da5da9caf66c3.tar.gz
hercules-a2ee46c5d7a6e0432132a34ed12da5da9caf66c3.tar.bz2
hercules-a2ee46c5d7a6e0432132a34ed12da5da9caf66c3.tar.xz
hercules-a2ee46c5d7a6e0432132a34ed12da5da9caf66c3.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 53fd2e008..b3339e2e2 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