Browse Source

feat(tests): run mocha tests in travis ci

runTests
Alexander Wunschik 7 years ago
parent
commit
f7b3940f26
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .travis.yml

+ 3
- 1
.travis.yml View File

@ -2,4 +2,6 @@ language: node_js
node_js: "6"
before_script:
- npm install -g gulp
script: gulp
script:
- gulp
- npm test

Loading…
Cancel
Save