diff --git a/.travis.yml b/.travis.yml index 461785a..89e9074 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,30 +1,19 @@ -os: - - linux - language: node_js -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - g++-4.8 - node_js: - "6" - "8" - "10" - "12" -install: - - export CXX=g++-4.8 - - $CXX --version - - npm i +os: + - linux + - mac + - windows -notifications: - email: - on_success: never - on_failure: change +env: + global: + - npm_config_jobs=max git: depth: 10 @@ -32,3 +21,8 @@ git: branches: only: - master + +notifications: + email: + on_success: never + on_failure: change