Skip to content

Commit

Permalink
Add other regex
Browse files Browse the repository at this point in the history
  • Loading branch information
MetcalfeTom committed Feb 4, 2019
1 parent 7e9cbfd commit 981497a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -80,7 +80,7 @@ jobs:
- cd starter-pack-rasa-nlu
- python -m pytest tests/test_nlu.py
- stage: test
if: branch =~ /(\d\.\d{1,2}\.x)/ or branch = "master" # only new version PRs & PRs to master will test starter packs
if: branch =~ /(\d+\.\d+\.x)/ or branch = "master" # only new version PRs & PRs to master will test starter packs
name: "Stack starter pack (NLU only)"
python: 3.6
script:
Expand Down

0 comments on commit 981497a

Please sign in to comment.