summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:44:22 +0300
committerAndrei Karas <akaras@inbox.ru>2015-09-23 21:45:55 +0300
commitb6e2fe3ff93a7205cb1282be4c23b372eced362c (patch)
tree2ef5f389d4a6ac3d7800b7eb60384e8b9b1d8951
parent7ac5ea34e0a11486d4ec30ce7e3fa864b540cfd6 (diff)
downloadhercules-b6e2fe3ff93a7205cb1282be4c23b372eced362c.tar.gz
hercules-b6e2fe3ff93a7205cb1282be4c23b372eced362c.tar.bz2
hercules-b6e2fe3ff93a7205cb1282be4c23b372eced362c.tar.xz
hercules-b6e2fe3ff93a7205cb1282be4c23b372eced362c.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