Skip to content

Commit cbd0eb4

Browse files
committed
Added yarn to travis
1 parent 3589856 commit cbd0eb4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ branches:
99
- master
1010
- dev/main
1111
script:
12-
- pytest --cov=app/api --cov-report=xml
12+
- pytest --cov=app --cov-report=xml
1313
install:
1414
- "pip install --upgrade pip"
1515
- "pip install pipenv"
1616
- "pipenv install --dev"
1717
- "pip install codecov"
1818
after_success:
1919
- codecov
20+
cache: yarn
21+
before_install:
22+
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4
23+
- export PATH="$HOME/.yarn/bin:$PATH"
24+
- yarn install
25+
- yarn build

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy