Skip to content

Commit

Permalink
feat(travis): use spaces not tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Mar 13, 2019
1 parent b9ea68b commit d6a9e30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "6"
- "8"
- "10"
script:
- npm run build
- npm run test:ci
- npm run build
- npm run test:ci

0 comments on commit d6a9e30

Please sign in to comment.