Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit b3f3ba5

Browse files
author
pascal
committed
Fix typo in branch name
1 parent 3b82bd4 commit b3f3ba5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
language: node_js
2424
node_js: 12
2525
- name: Build and test
26-
if: branch != '1.x.'
26+
if: branch != '1.x'
2727
os: linux
2828
language: node_js
2929
node_js: 12
@@ -74,8 +74,8 @@ jobs:
7474
on:
7575
tags: true
7676
repo: codeenigma/ce-dev
77-
- name: Update documentation.
78-
if: branch = '1.x.'
77+
- name: Documentation.
78+
if: branch = '1.x'
7979
addons:
8080
apt:
8181
packages:

0 commit comments

Comments
 (0)