Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 231ebc0

Browse files
authored
Merge pull request #42 from udaypydi/feat/travis-yarn-cache
yarn packages cached
2 parents 3ea1647 + a1f4f1f commit 231ebc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ script:
99
- "npm run lint"
1010
- "npm run test"
1111
- "npm run build"
12-
yarn: false
12+
cache:
13+
yarn: true

0 commit comments

Comments
 (0)