Skip to content

Commit 81cbbff

Browse files
authored
Merge pull request #16 from dani8art/#7
fixed #13
2 parents a6a1822 + 320dc5d commit 81cbbff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ before_script:
1414
script:
1515
- grunt test
1616

17-
after_success:
18-
- REGEXP="release\s[0-9]+\.[0-9]+\.[0-9]+";
19-
if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [[ "$TRAVIS_COMMIT_MESSAGE" =~ $REGEXP ]]; then
20-
grunt build;
21-
fi
17+
# after_success:
18+
# - REGEXP="release\s[0-9]+\.[0-9]+\.[0-9]+";
19+
# if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ] && [[ "$TRAVIS_COMMIT_MESSAGE" =~ $REGEXP ]]; then
20+
# grunt build;
21+
# fi

0 commit comments

Comments
 (0)