mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
remove unnecessary quotes in .travis.yml
I just want travis to run these tests again
This commit is contained in:
parent
deeb72770e
commit
67e635dbbb
@ -1,6 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "iojs-v1.8"
|
- iojs-v1.8
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
|
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
|
||||||
script:
|
script:
|
||||||
@ -8,7 +8,7 @@ script:
|
|||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "irc.esper.net#crafatar"
|
- irc.esper.net#crafatar
|
||||||
skip_join: true
|
skip_join: true
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user