Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
closed #111 - travis cashe
Browse files Browse the repository at this point in the history
  • Loading branch information
ITarako committed Sep 18, 2017
1 parent e48cb3e commit 4fb893c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
install:
- npm install
- npm run lint
- yarn config set cache-folder ./yarn-cache
- sudo apt-get update
- sudo apt-get -y install jq
- cd config
Expand Down Expand Up @@ -47,4 +48,7 @@ deploy:
provider: script
script: cd ../ && chmod +x scripts/deploy.sh && scripts/deploy.sh
on:
branch: master
branch: master
cache:
directories:
- ./yarn-cache

0 comments on commit 4fb893c

Please sign in to comment.