File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 55 directories :
66 - node_modules
77before_script :
8- - npm prune
8+ - npm prune
99after_success :
10- - npm run coverage
11- - npm run semantic-release
10+ - npm run coverage
11+ - npm run semantic-release
1212branches :
1313 except :
14- - /^v\d+\.\d+\.\d+$/
15- # ########################
16- # # Notifications
17- # ########################
14+ - /^v\d+\.\d+\.\d+$/
1815notifications :
1916 email : false
17+ slack :
18+ secure : l13qZCRSi3SkuTEfbBOX/skwM0FNiAsm6D4W8Qhph3RturTrwn2R+qCuiyZzAPLeYJUd6xEIbv0H2GiwaraXwDsq3ug8QsJC2qji49UsqEW40aTOvP5Uj+pYWjwmN4mgjrhc2uLcweIxzNGSJ60TjIxPcBLi8ArHB/YdTFxvp/APMo8ACo6e7fDHk08pePiycGVb9rp+KDbj8rL/JwOqpYkRnp9F9roeGU3fcYEJ7R6bfhLIBt2xdti7g4JRXTS7wTtWZb1etmnsrnGVIfjwtt7KBw7YjQiPrEpkO/hRlDF+fKJLjS34HkbFKVRMuU2z/cpRYk/ZjZVE1dD0rBB+OkACvfs1Ioqvu7Cf9sui9MI36DTH8DsbE6uXhfZNEEARSChmttg/QSqeTEFs7brfmHP/ShbOZHkfXcNZmlwcEIYBicwVJZN/J13/rRxlXvF6UcnBje2gQHe8X29Z3VR5hXrgThA1ShVPJ0WCSeH6Z2RZFQiyn+VRiRFMKvtkzJmOGya5RLQJ5ZDKjp22aQEh5X3JIKxFH0aTVW/G///Lc2jvmqtA098vQggGnAw2M6G3JjU0Ne5Qp03FXWBx/7qCi7sYY2kSyHIBy/HP1B5BuateWh3rx5eDgxxc+jAMiSd8RuAfHoKT1GGGUsZ2oXgJqINKGSPrLctFEaIJENNHink=
Original file line number Diff line number Diff line change 3333 "ghooks" : " ^1.3.2" ,
3434 "nyc" : " ^6.6.1" ,
3535 "punchcard-commit-msg" : " ^1.0.0" ,
36- "punchcard-content-types" : " ^0.10.1" ,
36+ "punchcard-semantic-release" : " ^2.0.1" ,
37+ "punchcard-shared-tests" : " ^1.0.0" ,
3738 "semantic-release" : " ^4.3.5" ,
3839 "tap-diff" : " ^0.1.1" ,
3940 "validator" : " ^5.2.0"
Original file line number Diff line number Diff line change 11import test from 'ava' ;
2- import contentTypes from 'punchcard-content-types ' ;
2+ import tests from 'punchcard-shared-tests ' ;
33
44import plugin from '../' ;
55
6- contentTypes . pluginTests ( test , plugin ) ;
6+ tests . plugins ( test , plugin ) ;
You can’t perform that action at this time.
0 commit comments