diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:44:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-17 15:15:36 +0300 |
commit | 7f583a393b06dec2e323ace63ddc69567647067f (patch) | |
tree | 75fa19ffd2bdc00a296ae0994679c49101640e36 | |
parent | d94cf5a54895480cc471b5b6cbc69ab79f07c9e0 (diff) | |
download | hercules-7f583a393b06dec2e323ace63ddc69567647067f.tar.gz hercules-7f583a393b06dec2e323ace63ddc69567647067f.tar.bz2 hercules-7f583a393b06dec2e323ace63ddc69567647067f.tar.xz hercules-7f583a393b06dec2e323ace63ddc69567647067f.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 |