summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:44:22 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-16 16:50:00 +0300
commitf17b09c6e14aa23d52199c6e0ac73183f4f2e444 (patch)
treeb070c5f181248070fd6ba3698739b5099e8d7516
parent3c004991c8dda9d32e9f5169a341c47428a3656e (diff)
downloadhercules-f17b09c6e14aa23d52199c6e0ac73183f4f2e444.tar.gz
hercules-f17b09c6e14aa23d52199c6e0ac73183f4f2e444.tar.bz2
hercules-f17b09c6e14aa23d52199c6e0ac73183f4f2e444.tar.xz
hercules-f17b09c6e14aa23d52199c6e0ac73183f4f2e444.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