@ -1,5 +1,14 @@
matrix:
include:
- language: node_js
node_js:
- "8"
env:
- CXX=g++-4.8
before_script:
- npm install
script:
- npm test
- language: python
python: 3.6.6