diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-21 05:30:54 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-21 05:31:05 +0900 |
| commit | 29cb5d2eb8f3020231cde718be5b9577097ca04d (patch) | |
| tree | 0f1073c73dd43c46674e49ffe90dee2c4f964219 | |
| parent | Update README.md (diff) | |
| download | misskey-29cb5d2eb8f3020231cde718be5b9577097ca04d.tar.gz misskey-29cb5d2eb8f3020231cde718be5b9577097ca04d.tar.bz2 misskey-29cb5d2eb8f3020231cde718be5b9577097ca04d.zip | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 78f700cb1d..1d8409e160 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,10 @@ services: - mongodb - redis-server +before-install: + - sudo apt-get -qq update + - sudo apt-get install -y graphicsmagick + before_script: - mkdir ./.config - cp ./.ci-files/default.yml ./.config |