Browse Source

add basic node config

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

9
.travis.yml

@ -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
before_script:

Loading…
Cancel
Save