diff --git a/.travis.yml b/.travis.yml index c0592dfcee6b..029f10fb4dbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 66932fdf1328..5058ae399431 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 -----