Skip to content
Permalink
ed9506bbaf
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
0 contributors

Users who have contributed to this file

25 lines (24 sloc) 371 Bytes
language: node_js
node_js:
- 8
branches:
only:
- master
- next
services:
- redis-server
env:
global:
- "REDIS_HOST=127.0.0.1"
- "REDIS_PORT=6379"
cache:
directories:
- $HOME/.npm
install:
- npm i
sudo: required
after_success: npx codecov --file=./coverage/lcov.info
script: npm run test-all
before_install:
- npm i -g npm@5.10
- npm --version