Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
ci(travis): Update travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adambrgmn committed Jan 3, 2018
1 parent 85ee724 commit 8ab589d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
language: node_js

cache:
yarn: true
directories:
- ~/.npm
- node_modules

notifications:
email: false

node_js:
- '8'
script: npm run validate
after_success: node src travis-after-success

script: yarn run lint && yarn run test --no-watch --passWithNoTests && yarn run build
after_success: yarn run release

branches:
only:
- master

0 comments on commit 8ab589d

Please sign in to comment.