tellform/.travis.yml

20 lines
357 B
YAML
Raw Normal View History

2015-06-29 22:51:29 +00:00
language: node_js
dist: trusty
2015-12-12 20:08:48 +00:00
sudo: false
2015-06-29 22:51:29 +00:00
node_js:
- "6.11.2"
2015-06-29 22:51:29 +00:00
env:
2016-06-17 06:37:29 +00:00
- NODE_ENV=travis TRAVIS=travis CXX=g++-4.8
2015-06-29 22:51:29 +00:00
services:
- mongodb
2016-06-18 06:54:10 +00:00
- redis
2015-12-12 20:08:48 +00:00
addons:
code_climate:
repo_token: 6c3a1b81a09b2338d6f30913c1bcad115026689752cbb499a0a25061cda6fbcf
2017-10-30 17:01:49 +00:00
install:
2017-10-30 17:47:54 +00:00
- npm install phantomjs
- npm install -g grunt
- npm install
2017-10-29 19:59:12 +00:00
script:
2017-10-30 17:01:49 +00:00
- yarn run travis