19 lines
357 B
YAML
Executable file
19 lines
357 B
YAML
Executable file
language: node_js
|
|
dist: trusty
|
|
sudo: false
|
|
node_js:
|
|
- "6.11.2"
|
|
env:
|
|
- NODE_ENV=travis TRAVIS=travis CXX=g++-4.8
|
|
services:
|
|
- mongodb
|
|
- redis
|
|
addons:
|
|
code_climate:
|
|
repo_token: 6c3a1b81a09b2338d6f30913c1bcad115026689752cbb499a0a25061cda6fbcf
|
|
install:
|
|
- npm install phantomjs
|
|
- npm install -g grunt
|
|
- npm install
|
|
script:
|
|
- yarn run travis
|