Skip to content

Commit aa434ff

Browse files
authored
Try codepen with cy 3 1 5 (cypress-io#230)
* chore: use cy 3.1.5 and only run codepen recipe * enable all CI jobs
1 parent b1043d6 commit aa434ff

File tree

4 files changed

+27
-52
lines changed

4 files changed

+27
-52
lines changed

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ jobs:
2727
# define a separate script for each "examples/*" folder
2828
# this will run it in a separate job on TravisCI
2929

30-
# disable for now
31-
# https://github.com/cypress-io/cypress-example-recipes/issues/217
32-
# - stage: test
33-
# env:
34-
# - DIR=blogs__codepen-demo
35-
# <<: *defaults
30+
- stage: test
31+
env:
32+
- DIR=blogs__codepen-demo
33+
<<: *defaults
3634
- stage: test
3735
env:
3836
- DIR=blogs__direct-control-angular

circle.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,9 @@ workflows:
115115
all-recipes:
116116
jobs:
117117
- build
118-
# disable for now
119-
# https://github.com/cypress-io/cypress-example-recipes/issues/217
120-
# - blogs__codepen-demo:
121-
# requires:
122-
# - build
118+
- blogs__codepen-demo:
119+
requires:
120+
- build
123121
- blogs__application-actions:
124122
requires:
125123
- build

package-lock.json

Lines changed: 19 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"babel-loader": "8.0.4",
6464
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
6565
"bluebird": "3.5.1",
66-
"cypress": "3.1.4",
66+
"cypress": "3.1.5",
6767
"cypress-pipe": "1.3.1",
6868
"cypress-plugin-snapshots": "1.1.2",
6969
"eslint": "5.4.0",

0 commit comments

Comments
 (0)