Skip to content

Commit

Permalink
ci: fix travis
Browse files Browse the repository at this point in the history
Co-Authored-by: Taranveer Virk <[email protected]>
  • Loading branch information
biniam and virkt25 committed Feb 1, 2018
1 parent 0c9b09a commit 17ed9de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ language: node_js
node_js:
- "8"

os:
- linux
- osx

git:
depth: 300

Expand All @@ -23,8 +27,8 @@ jobs:
before_script: skip
script: /bin/bash ./bin/lint-commits.sh
after_success: skip
node_js:
- "8"
os:
- linux

branches:
only:
Expand Down

0 comments on commit 17ed9de

Please sign in to comment.