From a48e0cf86aa004e10c1ad1647fbb268eb7798182 Mon Sep 17 00:00:00 2001 From: Estevao Soares dos Santos Date: Tue, 16 Oct 2018 23:05:17 +0100 Subject: [PATCH] tests: fix travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ac59b3cc..8575a1be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ node_js: before_install: - npm install -g grunt-cli -#travis build speed up +# travis build speed up sudo: false cache: directories: @@ -20,7 +20,7 @@ script: grunt test notifications: webhooks: urls: - - https://webhooks.gitter.im/e/e369617839852624aa69 + - 'https://webhooks.gitter.im/e/e369617839852624aa69' on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false