diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-21 19:52:22 +0300 |
commit | 09b4bd45300a223bfac223372879f811a8056874 (patch) | |
tree | 124ed8deb3b5a4404536f7c805f6913bf6ecc6f7 | |
parent | 0b6399eec427060e2e04907b5736ef318ea5d145 (diff) | |
download | hercules-09b4bd45300a223bfac223372879f811a8056874.tar.gz hercules-09b4bd45300a223bfac223372879f811a8056874.tar.bz2 hercules-09b4bd45300a223bfac223372879f811a8056874.tar.xz hercules-09b4bd45300a223bfac223372879f811a8056874.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 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 |