Skip to content

Commit

Permalink
[WIP][.travis.yml] Enable spec:cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaMuro committed Aug 11, 2020
1 parent 15e87a8 commit dd597da
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ addons:
chrome: beta
env:
matrix:
- TEST_SUITE=spec
- TEST_SUITE=spec:routes
- TEST_SUITE=spec:javascript
- TEST_SUITE=spec:compile
- TEST_SUITE=spec:jest
- TEST_SUITE=spec:debride
- TEST_SUITE=spec:cypress
matrix:
exclude:
- rvm: 2.5.7
Expand All @@ -32,6 +27,8 @@ matrix:
env: TEST_SUITE=spec:jest
- rvm: 2.5.7
env: TEST_SUITE=spec:debride
- rvm: 2.5.7
env: TEST_SUITE=spec:cypress
bundler_args: "--no-deployment"
before_install: source tools/ci/before_install.sh
install: bin/setup
Expand Down

0 comments on commit dd597da

Please sign in to comment.