Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Travis configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
armenzg committed Feb 12, 2018
1 parent 068a245 commit b0e68c0
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
dist: trusty
language: node_js
cache: yarn
node_js:
- '8'
env:
global:
- REDIS_URL=redis://localhost:6379
install: npm install
install:
- yarn install --frozen-lockfile
before_install:
- curl -sSfL https://yarnpkg.com/install.sh | bash # Required due to: https://github.com/travis-ci/travis-ci/issues/7951
- export PATH=$HOME/.yarn/bin:$PATH
after_failure:
- yarn build -- --inspect
script:
- npm test
services:
- 'redis-server'
after_success: npm run coverage
- yarn lint
- yarn build

0 comments on commit b0e68c0

Please sign in to comment.