diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-07 15:51:35 +0300 |
commit | cd570d14b3a1a999f263f85c0c490d3acd4aa337 (patch) | |
tree | 9fc0b89449b6a1c1e4016c5020e4a12e349c4cfd | |
parent | e948d200c66047f07005572bb5d0ed48b4aa4f10 (diff) | |
download | hercules-cd570d14b3a1a999f263f85c0c490d3acd4aa337.tar.gz hercules-cd570d14b3a1a999f263f85c0c490d3acd4aa337.tar.bz2 hercules-cd570d14b3a1a999f263f85c0c490d3acd4aa337.tar.xz hercules-cd570d14b3a1a999f263f85c0c490d3acd4aa337.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 |