Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1664 from RasaHQ/move-starter-tests
Browse files Browse the repository at this point in the history
Test starter pack tests on new version builds only
  • Loading branch information
MetcalfeTom committed Feb 4, 2019
2 parents 332f233 + ba55d29 commit 1cf6c5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- swagger-cli validate docs/_static/spec/action_server.yml
after_success:
- coveralls
- stage: integration
- stage: test
if: branch =~ /(\d+\.\d+\.x)/ or branch = "master" # only master and new Core builds test the starter pack
name: "Test stack starter pack"
script:
- git clone https://github.com/RasaHQ/starter-pack-rasa-stack.git
Expand Down Expand Up @@ -91,6 +92,7 @@ jobs:
- git commit --allow-empty -m "trigger core docs update"
- git push origin master
- stage: deploy
name: "Deploy to PyPI"
python: 3.6
install: skip
script: skip
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Added

Changed
-------
- starter packs are now tested in parallel with the unittests,
and only on master and branches ending in ``.x`` (i.e. new version releases)

Removed
-------
Expand Down

0 comments on commit 1cf6c5d

Please sign in to comment.