Nicklas766/tic-tac-toe-game-engine

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

node_js:
    - "node"
    - "8"

sudo: false

git:
    submodules: false

script:
    - npm run lint
    - npm test