Skip to content

Commit

Permalink
[travis] add CI for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 28, 2015
1 parent 7c76006 commit 6113473
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- "stable"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[Material-UI](http://callemall.github.io/material-ui/)
#[Material-UI](http://callemall.github.io/material-ui/) [![Build Status](https://travis-ci.org/callemall/material-ui.svg?branch=master)](https://travis-ci.org/callemall/material-ui)

[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/callemall/material-ui?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Pair on this](https://tf-assets-staging.s3.amazonaws.com/badges/thinkful_repo_badge.svg)](http://start.thinkful.com/react/?utm_source=github&utm_medium=badge&utm_campaign=material-ui)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Material Design UI components built with React",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"No test implemented\" && exit 0",
"prebuild": "rm -rf lib",
"eslint": "eslint src/**",
"build": "npm run eslint && babel --stage 1 ./src --out-dir ./lib",
Expand Down

0 comments on commit 6113473

Please sign in to comment.