Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
91aca7a7
Commit
91aca7a7
authored
Aug 29, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add travis test and badge
close #1
parent
bbc2a41c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
.eslintrc
.eslintrc
+5
-0
README.md
README.md
+2
-0
package.json
package.json
+2
-1
No files found.
.eslintrc
View file @
91aca7a7
{
{
"parser": "babel-eslint",
"parser": "babel-eslint",
"extends": "airbnb",
"extends": "airbnb",
"env": {
"browser": true,
"node": true,
"es6": true
},
"rules": {
"rules": {
"generator-star-spacing": [0],
"generator-star-spacing": [0],
"consistent-return": [0],
"consistent-return": [0],
...
...
README.md
View file @
91aca7a7
# test2
# test2
[
![
](
https://img.shields.io/travis/ant-design/test2.svg?style=flat-square
)
](https://travis-ci.org/ant-design/test2)
package.json
View file @
91aca7a7
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
"scripts"
:
{
"scripts"
:
{
"start"
:
"roadhog server"
,
"start"
:
"roadhog server"
,
"build"
:
"roadhog build"
,
"build"
:
"roadhog build"
,
"lint"
:
"eslint --ext .js src test"
,
"lint"
:
"eslint --ext .js src test mock"
,
"test"
:
"lint"
,
"precommit"
:
"npm run lint"
"precommit"
:
"npm run lint"
},
},
"dependencies"
:
{
"dependencies"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment