Skip to content

Commit

Permalink
chore(.travis.yml) pipeline more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Jan 15, 2019
1 parent 53feddc commit aeae0f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -1,7 +1,14 @@
language: node_js

node_js:
- 6
- 8
- 10

before_install:
- npm i

script:
- npm run test

after_success: npm run coverage

0 comments on commit aeae0f3

Please sign in to comment.