File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ script:
23
23
- ' if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
24
24
- ' if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
25
25
sudo : false
26
+ branches :
27
+ only :
28
+ - master
26
29
env :
27
30
- TEST=true
28
31
matrix :
Original file line number Diff line number Diff line change 18
18
"@babel/parser" : " ^7.4.4" ,
19
19
"babel-cli" : " ^6.26.0" ,
20
20
"babel-core" : " ^6.26.3" ,
21
- "babel-eslint" : " ^7.2.3 " ,
21
+ "babel-eslint" : " ^10.0.2 " ,
22
22
"babel-jest" : " ^20.0.3" ,
23
23
"babel-plugin-transform-replace-object-assign" : " ^1.0.0" ,
24
24
"babel-polyfill" : " ^6.26.0" ,
25
25
"babel-preset-env" : " ^1.7.0" ,
26
26
"babylon" : " ^6.18.0" ,
27
- "coveralls" : " ^2.13.3 " ,
27
+ "coveralls" : " ^3.0.4 " ,
28
28
"eslint" : " ^6.0.0" ,
29
29
"eslint-config-airbnb-base" : " ^13.1.0" ,
30
30
"eslint-plugin-import" : " ^2.17.2" ,
You can’t perform that action at this time.
0 commit comments