Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 12 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,28 @@
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

branches:
only:
- master

notifications:
email:
on_success: never
on_failure: change