Browse Source

feat(tests): run mocha tests in travis ci (#2687)

timelineLocalsFrEs
Alexander Wunschik 7 years ago
committed by yotamberk
parent
commit
c16bf0fe31
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