Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Commit

Permalink
added linting to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
iyegoroff committed Jan 9, 2017
1 parent 2c71117 commit e48280c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ before_script:
npm run build

script:
- if [[ $TEST == 'minimal' ]]; then npm run test:ci:minimal; fi
- if [[ $TEST == 'minimal' ]]; then npm run lint && npm run test:ci:minimal; fi
- if [[ $TEST == 'normal' ]]; then npm run test:ci:normal; fi
after_script:
if [[ $TEST == 'minimal' ]]; then npm run coverage; fi

0 comments on commit e48280c

Please sign in to comment.