diff --git a/.travis.yml b/.travis.yml index fc24dc7..30518fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ -language: node_js -cache: yarn -node_js: - - 6 - - 7 - - node -os: - - linux - - osx -after_success: 'npm run coveralls' +language: node_js +cache: yarn +node_js: + - 6 + - 7 + - 8 + - node +os: + - linux + - osx +after_success: 'npm run coveralls'