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-23 19:39:49 +0300
commit4c7b0e285ab35fdbbca8600ecc780c4a365cf804 (patch)
tree6ac168c8256c19a01706772e98e73aa86914f943
parent2509bd22f87cce2e24dc5ecf6e308e695a156922 (diff)
downloadhercules-4c7b0e285ab35fdbbca8600ecc780c4a365cf804.tar.gz
hercules-4c7b0e285ab35fdbbca8600ecc780c4a365cf804.tar.bz2
hercules-4c7b0e285ab35fdbbca8600ecc780c4a365cf804.tar.xz
hercules-4c7b0e285ab35fdbbca8600ecc780c4a365cf804.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