From 67e635dbbbf973c0dcd3a513bdbf7ab754ff3391 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 3 May 2015 23:33:23 +0200 Subject: [PATCH] remove unnecessary quotes in .travis.yml I just want travis to run these tests again --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5aeddc6..ef98bb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "iojs-v1.8" + - iojs-v1.8 before_install: - sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++ script: @@ -8,7 +8,7 @@ script: notifications: irc: channels: - - "irc.esper.net#crafatar" + - irc.esper.net#crafatar skip_join: true services: - redis-server