Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
add awesome-lint to CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
thinwybk committed Oct 8, 2018
1 parent e6c1742 commit 8dc8029
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
language: ruby
rvm:
- 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe
matrix:
include:
- language: node_js
node_js:
- 'node'
before_script:
- npm install --global awesome-lint
script:
- awesome-lint
- language: ruby
rvm: 2.2
before_script:
- gem install awesome_bot
script:
- awesome_bot README.md --allow-dupe

notifications:
email: false

0 comments on commit 8dc8029

Please sign in to comment.