UNPKG

299 BYAMLView Raw
1sudo: false
2
3language: node_js
4
5node_js:
6 - "6"
7
8service_name: travis-ci
9repo_token: SZDbi4myI5jpCZ8dSjcGcYapB0iZUFRRc
10
11
12env:
13 global:
14 - NODE_ENV=travisci
15 - NPM_CONFIG_PROGRESS="false"
16
17before_install:
18 - npm install -g bee-tools
19
20script: npm test
21
22after_script:
23 - npm run coveralls