summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:44:22 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-06 20:37:29 +0300
commitb0a97df8ed069dee1e7fe7994d20a700df72507a (patch)
treecd45aa1afe81a75f687219cc13d83984b3f47de1
parent0e0b5d773fbc2bcac2603c04ecc27c7cba4d2c99 (diff)
downloadhercules-b0a97df8ed069dee1e7fe7994d20a700df72507a.tar.gz
hercules-b0a97df8ed069dee1e7fe7994d20a700df72507a.tar.bz2
hercules-b0a97df8ed069dee1e7fe7994d20a700df72507a.tar.xz
hercules-b0a97df8ed069dee1e7fe7994d20a700df72507a.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