diff --git a/.travis.yml b/.travis.yml index 89de91e..70ec63e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ # This is my config for Travis CI language: node_js +os: + - linux + - osx + # Versions of Node to support node_js: - "8" @@ -16,4 +20,3 @@ before_script: script: - npm test - \ No newline at end of file