File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ dist : trusty
2
+ language : node_js
3
+ node_js :
4
+ - ' node'
5
+ sudo : false
6
+ cache :
7
+ yarn : true
8
+ directories :
9
+ - ~/.npm
10
+ install :
11
+ - yarn
12
+ script :
13
+ - yarn test
Original file line number Diff line number Diff line change 1
1
# Netlify Identity Widget
2
+ [ ![ Build Status] ( https://travis-ci.org/netlify/netlify-identity-widget.svg?branch=master )] ( https://travis-ci.org/netlify/netlify-identity-widget )
2
3
3
4
A component used to authenticate with Netlify's Identity API. [ Live demo] ( https://identity.netlify.com )
4
5
Original file line number Diff line number Diff line change 9
9
"prestart" : " npm run build" ,
10
10
"build" : " cross-env NODE_ENV=production webpack --progress" ,
11
11
"prebuild" : " mkdirp build" ,
12
- "test" : " npm run -s lint" ,
13
- "lint" : " eslint src test" ,
12
+ "test" : " eslint src" ,
14
13
"release" : " node ./script/release.js" ,
15
14
"format" : " prettier --write 'src/**/*.js'" ,
16
15
"format-preview" : " prettier --list-different 'src/**/*.js'"
You can’t perform that action at this time.
0 commit comments