Skip to content

Commit

Permalink
Merge branch 'master' into update_nlu_read
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Jul 5, 2019
2 parents f10f7cb + 8a16c1c commit 0acedc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 0 additions & 16 deletions .travis.yml
Expand Up @@ -68,22 +68,6 @@ jobs:
script:
- swagger-cli validate docs/_static/spec/action-server.yml
- swagger-cli validate docs/_static/spec/rasa.yml
- stage: test
if: branch =~ /(\d+\.\d+\.x)/ or branch = "master" # only new version PRs & PRs to master will test starter packs
name: "NLU starter pack (NLU only)"
python: 3.6
script:
- git clone -b latest https://github.com/RasaHQ/starter-pack-rasa-nlu.git
- cd starter-pack-rasa-nlu
- python -m pytest tests
- stage: test
if: branch =~ /(\d+\.\d+\.x)/ or branch = "master" # only new version PRs & PRs to master will test starter packs
name: "Stack starter pack"
python: 3.6
script:
- git clone -b latest https://github.com/RasaHQ/starter-pack-rasa-stack.git
- cd starter-pack-rasa-stack
- python -m pytest tests
- stage: test
name: "Test Docs"
install:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -27,6 +27,7 @@ Removed
-------
- revert the stripping of trailing slashes in endpoint URLs since this can lead to
problems in case the trailing slash is actually wanted
- starter packs were removed from Github and are therefore no longer tested by Travis script

Fixed
-----
Expand Down

0 comments on commit 0acedc8

Please sign in to comment.