diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-28 15:56:20 +0300 |
commit | 3332408af463e0ad8a9191c4f7af4574b54c3391 (patch) | |
tree | ec353f9222bd300e178cc0d9162bec09fb341560 | |
parent | f8244c489a766f120648c3303fded65d094566bc (diff) | |
download | hercules-3332408af463e0ad8a9191c4f7af4574b54c3391.tar.gz hercules-3332408af463e0ad8a9191c4f7af4574b54c3391.tar.bz2 hercules-3332408af463e0ad8a9191c4f7af4574b54c3391.tar.xz hercules-3332408af463e0ad8a9191c4f7af4574b54c3391.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 |