diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-08-16 12:13:11 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-08-16 13:56:17 -0400 |
commit | 2357990ccea2f622992bc1d424eda30cd77ef082 (patch) | |
tree | d14dc8c415ee67a423fc929a04a92fccabed621e /.travis.yml | |
parent | 14b48736cd4cffa540cbe87d60bce0acb1c7d324 (diff) | |
download | hercules-2357990ccea2f622992bc1d424eda30cd77ef082.tar.gz hercules-2357990ccea2f622992bc1d424eda30cd77ef082.tar.bz2 hercules-2357990ccea2f622992bc1d424eda30cd77ef082.tar.xz hercules-2357990ccea2f622992bc1d424eda30cd77ef082.zip |
Update travis for ubuntu trusty
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index a5430dbce..594522d6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: c sudo: false +dist: trusty addons: apt: sources: @@ -7,12 +8,12 @@ addons: install: - ./tools/ci/travis.sh getplugins || true - + before_script: - uname -a - ./tools/ci/travis.sh createdb ragnarok root - - ./tools/ci/travis.sh importdb ragnarok travis - - mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis');" + - ./tools/ci/travis.sh importdb ragnarok root + - ./tools/ci/travis.sh adduser ragnarok travis travis root script: - if [[ ! -z "${HPM}" ]]; then ./tools/ci/travis.sh buildhpm $CONFIGURE_FLAGS; fi @@ -81,10 +82,10 @@ matrix: - ubuntu-toolchain-r-test packages: - gcc-6 - + notifications: email: false - + branches: except: - rathena |