Skip to content

Commit

Permalink
validate after linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Mar 27, 2018
1 parent 0dd7427 commit 9b52d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ install:
- yarn install --force

script:
- yarn validate-changelog && yarn lint && yarn build:prod && yarn test:setup && yarn test
- yarn lint && yarn validate-changelog && yarn build:prod && yarn test:setup && yarn test

after_failure:
- yarn test:review
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ install:
- yarn install --force

build_script:
- yarn validate-changelog
- yarn lint
- yarn validate-changelog
- yarn build:prod

test_script:
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies:

compile:
override:
- yarn validate-changelog
- yarn lint
- yarn validate-changelog
- yarn build:prod


Expand Down

0 comments on commit 9b52d96

Please sign in to comment.