File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
directories :
6
6
- node_modules
7
7
before_script :
8
- - npm prune
8
+ - npm prune
9
9
after_success :
10
- - npm run coverage
11
- - npm run semantic-release
10
+ - npm run coverage
11
+ - npm run semantic-release
12
12
branches :
13
13
except :
14
- - /^v\d+\.\d+\.\d+$/
15
- # ########################
16
- # # Notifications
17
- # ########################
14
+ - /^v\d+\.\d+\.\d+$/
18
15
notifications :
19
16
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 33
33
"ghooks" : " ^1.3.2" ,
34
34
"nyc" : " ^6.6.1" ,
35
35
"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" ,
37
38
"semantic-release" : " ^4.3.5" ,
38
39
"tap-diff" : " ^0.1.1" ,
39
40
"validator" : " ^5.2.0"
Original file line number Diff line number Diff line change 1
1
import test from 'ava' ;
2
- import contentTypes from 'punchcard-content-types ' ;
2
+ import tests from 'punchcard-shared-tests ' ;
3
3
4
4
import plugin from '../' ;
5
5
6
- contentTypes . pluginTests ( test , plugin ) ;
6
+ tests . plugins ( test , plugin ) ;
You can’t perform that action at this time.
0 commit comments