Browse Source

Travis vs node js testing #311 (#313)

add basic node config
pull/1/head
Alexey Velikiy 6 years ago committed by GitHub
parent
commit
4a5fcf78e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .travis.yml

10
.travis.yml

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

Loading…
Cancel
Save