[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-image-rendering. Image-rendering utilities for Tailwind CSS. www.npmjs.com/package/tailwindcss-image-rendering
0

Configure Feed

Select the types of activity you want to include in your feed.

Add TravisCI config file

Nestor Vera (May 21, 2019, 8:10 PM +0200) 697b5608 5b4b6cd8

+16
+16
.travis.yml
··· 1 + language: node_js 2 + node_js: 3 + - "8" 4 + - "10" 5 + - "12" 6 + 7 + cache: 8 + directories: 9 + - node_modules 10 + 11 + before_install: 12 + - curl -L https://unpkg.com/@pnpm/self-installer | node 13 + 14 + script: 15 + - pnpm install 16 + - pnpm run test