Browse Source

add basic node config

pull/1/head
Coin de Gamma 6 years ago
parent
commit
fe3587393c
  1. 9
      .travis.yml

9
.travis.yml

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

Loading…
Cancel
Save