diff --git a/.travis.yml b/.travis.yml index ab8ab90f..4b5fcd36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: node_js node_js: + - 12 - 10 - - 8 + - 8.3 # Trigger a push build on master and greenkeeper branches + PRs build on every branches # Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)