diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-03 00:50:20 +0300 |
commit | eca3bf84b14f3a097fa29801f5f7f7a89faddec4 (patch) | |
tree | 9d34e9e5669b8a1de355dc9c27a18554920ecb17 | |
parent | 197f7fd9b94a127d70f961890dea2fe477260522 (diff) | |
download | hercules-eca3bf84b14f3a097fa29801f5f7f7a89faddec4.tar.gz hercules-eca3bf84b14f3a097fa29801f5f7f7a89faddec4.tar.bz2 hercules-eca3bf84b14f3a097fa29801f5f7f7a89faddec4.tar.xz hercules-eca3bf84b14f3a097fa29801f5f7f7a89faddec4.zip |
Clean a bit .travis.yml.
-rw-r--r-- | .travis.yml | 4 |
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 |