From 39ad2424283fdebe237cd6da906130b9ed690592 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 16 Aug 2017 23:51:24 +0200 Subject: [PATCH] yaml quotes fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 118bf7d..448718f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ deploy: on: branch: master tags: true - condition: "$TRAVIS_TAG =~ ^[0-9]+(\.[0-9]+)*$" + condition: '$TRAVIS_TAG =~ ^[0-9]+(\.[0-9]+)*$' - provider: script script: make test_master on: