Skip to content

Commit

Permalink
🆕 Run flow in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Steel Brain committed Aug 28, 2016
1 parent 6e959f9 commit 2c207c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies:

test:
override:
- npm run lint
- npm test

machine:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"private": true,
"scripts": {
"lint": "eslint .",
"test": "apm test"
"test": "(apm test) && (flow check) && (eslint . )"
},
"engines": {
"atom": ">=1.4.0 <2.0.0"
Expand Down Expand Up @@ -50,6 +49,7 @@
},
"devDependencies": {
"eslint-config-steelbrain": "^1.0.1",
"flow-bin": "^0.31.1",
"jasmine-fix": "^1.0.0"
},
"package-deps": [
Expand Down

0 comments on commit 2c207c1

Please sign in to comment.