Skip to content

Commit d7b5c86

Browse files
committed
Fix condition
1 parent 9c06c72 commit d7b5c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
eval "$(phpenv init -)"
2727
fi
2828
fi
29-
if: !(env(VERSION) =~ /^7\.[23]/)
29+
if: env(VERSION) !~ /^7\.[23]/
3030
- dist: bionic
3131
language: minimal
3232
group: dev

0 commit comments

Comments
 (0)