summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:44:22 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-25 01:01:38 +0300
commit571897a41e9f360e180c0749524f922e2b69c8a0 (patch)
tree2bd0bca051ed13618f9a631129d8ed827cc7eddc
parent60209a0d91fb77aa6b979bc80a326ff8a5bd0820 (diff)
downloadhercules-571897a41e9f360e180c0749524f922e2b69c8a0.tar.gz
hercules-571897a41e9f360e180c0749524f922e2b69c8a0.tar.bz2
hercules-571897a41e9f360e180c0749524f922e2b69c8a0.tar.xz
hercules-571897a41e9f360e180c0749524f922e2b69c8a0.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